Re: [PATCH EDAC 13/13] ghes_edac: Improve driver's printk messages

2013-02-15 Thread Mauro Carvalho Chehab
Em Fri, 15 Feb 2013 08:38:17 -0800 Joe Perches escreveu: > On Fri, 2013-02-15 at 10:45 -0200, Mauro Carvalho Chehab wrote: > > Provide a better infrastructure for printk's inside the driver: > > - use edac_dbg() for debug messages; > > - standardize the usage of pr_info(); > > - provi

Re: [PATCH EDAC 13/13] ghes_edac: Improve driver's printk messages

2013-02-15 Thread Joe Perches
On Fri, 2013-02-15 at 10:45 -0200, Mauro Carvalho Chehab wrote: > Provide a better infrastructure for printk's inside the driver: > - use edac_dbg() for debug messages; > - standardize the usage of pr_info(); > - provide warning about the risk of relying on this > driver.