summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
diff options
context:
space:
mode:
authorBrian Norris2011-07-19 19:06:06 +0200
committerArtem Bityutskiy2011-09-11 14:02:15 +0200
commita0f5080ecc1c75f9c08591d9b0f48451e7ac8ddc (patch)
tree5e04754e3a443c50a426f6469d8336a5f639fcdf /drivers/mtd/nand/nand_base.c
parentmtd: dataflash: add device tree probe support (diff)
downloadkernel-qcow2-linux-a0f5080ecc1c75f9c08591d9b0f48451e7ac8ddc.tar.gz
kernel-qcow2-linux-a0f5080ecc1c75f9c08591d9b0f48451e7ac8ddc.tar.xz
kernel-qcow2-linux-a0f5080ecc1c75f9c08591d9b0f48451e7ac8ddc.zip
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>
Diffstat (limited to 'drivers/mtd/nand/nand_base.c')
0 files changed, 0 insertions, 0 deletions