dmaengine: Cleanup logging messages
authorJoe Perches <joe@perches.com>
Wed, 18 Jul 2012 16:51:28 +0000 (09:51 -0700)
committerVinod Koul <vinod.koul@linux.intel.com>
Fri, 20 Jul 2012 06:14:19 +0000 (11:44 +0530)
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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>

No differences found