From: Brian Norris Date: Tue, 19 Jul 2011 17:06:06 +0000 (-0700) Subject: mtd: nand: change KERN_DEBUG to KERN_INFO X-Git-Tag: v3.2-rc1~14^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0f5080ecc1c75f9c08591d9b0f48451e7ac8ddc;p=pandora-kernel.git 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 Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed