[PATCH v2 2/4] mtd: nand: convert printk() to pr_*()
Artem Bityutskiy
dedekind1 at gmail.com
Thu Jun 9 02:59:48 EDT 2011
On Thu, 2011-06-09 at 09:53 +0300, Artem Bityutskiy wrote:
> 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.
I've pushed the following patch on top, is this OK with you?
More information about the linux-mtd
mailing list