[PATCH v2 2/4] mtd: nand: convert printk() to pr_*()
Artem Bityutskiy
dedekind1 at gmail.com
Thu Jun 9 02:53:08 EDT 2011
On Wed, 2011-06-08 at 11:25 -0700, Brian Norris wrote:
> - printk(KERN_DEBUG "Bad block table written to 0x%012llx, version "
> + pr_debug("Bad block table written to 0x%012llx, version "
> "0x%02X\n", (unsigned long long)to, td->version[chip]);
Hmm, the side effect of this change is this message will disappear if
DEBUG is undefined / dynamic debugging is disabled.
So I think we need to change all these pr_debug to pr_info, because this
is really just info.
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
More information about the linux-mtd
mailing list