]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: nand: change KERN_DEBUG to KERN_INFO
authorBrian Norris <computersforpeace@gmail.com>
Tue, 19 Jul 2011 17:06:06 +0000 (10:06 -0700)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 16 Aug 2011 13:46:02 +0000 (16:46 +0300)
commitddcdd7993ba682d15168548cdd8711c39e4c5bfa
tree629714f7cce238b0945f50c07d5ea06b66006c9b
parent476d9b4dc9f85aaf79623f154011c764c7d059b9
mtd: nand: change KERN_DEBUG to KERN_INFO

Soon we will change many printk statements into pr_* statements, i.e.,
'printk(KERN_INFO, ...)' becomes 'pr_info(...)'. However, this means that
KERN_DEBUG messages will become pr_debug() statements and therefore will
not be activated by default - they must be enabled using dynamic debug.
So, for important DEBUG messages, we will simply upgrade these to INFO
so that they appear by default.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
drivers/mtd/nand/nand_bbt.c