dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
authorJoe Perches <joe@perches.com>
Sun, 28 Oct 2012 08:05:44 +0000 (01:05 -0700)
committerVinod Koul <vinod.koul@intel.com>
Tue, 8 Jan 2013 06:04:56 +0000 (22:04 -0800)
dev_<level> calls take less code than dev_printk(KERN_<LEVEL>
and reducing object size is good.
Coalesce formats for easier grep.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>

No differences found