]> git.baikalelectronics.ru Git - kernel.git/commit
printk: change recursion_bug type to bool
authorSergey Senozhatsky <sergey.senozhatsky@gmail.com>
Sat, 16 Jan 2016 00:59:23 +0000 (16:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Jan 2016 19:17:31 +0000 (11:17 -0800)
commit66f02e95bf5fcf039a24cc8ec0d94c20809bc7bd
treee4f4bda8145145f17e469564bba0dbf114293c81
parent6c02aac16530ef97c4791301ab307e2a61dda81d
printk: change recursion_bug type to bool

`recursion_bug' is used as recursion_bug toggle, so make it `bool'.

Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/printk/printk.c