Re: [PATCH] dmaengine: Cleanup logging messages

2012-07-19 Thread Vinod Koul
On Wed, 2012-07-18 at 09:51 -0700, Joe Perches wrote: > Use a more current logging style. > > Add pr_fmt to prefix dmaengine: to messages. > Convert printk(KERN_ERR to pr_err(. > Convert embedded function name use to "%s: ", __func__ > Align arguments. > Applied thanks -- ~Vinod -- To unsubscr

Re: [PATCH] dmaengine: Cleanup logging messages

2012-07-18 Thread Andy Shevchenko
On Wed, Jul 18, 2012 at 7:51 PM, Joe Perches wrote: > Use a more current logging style. > > Add pr_fmt to prefix dmaengine: to messages. > Convert printk(KERN_ERR to pr_err(. > Convert embedded function name use to "%s: ", __func__ > Align arguments. > > Original-patch-by: Andy Shevchenko > Signe

[PATCH] dmaengine: Cleanup logging messages

2012-07-18 Thread Joe Perches
Use a more current logging style. Add pr_fmt to prefix dmaengine: to messages. Convert printk(KERN_ERR to pr_err(. Convert embedded function name use to "%s: ", __func__ Align arguments. Original-patch-by: Andy Shevchenko Signed-off-by: Joe Perches --- Hi Andy. Maybe a slightly larger patch i