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)
commit1ba151cdf5ac120fc829ee6524fefedc6828947f
tree484c216fddcdaa8916cd12fc9419619ffb842bde
parent8be9e32b310cd8c4302991c8ff6692689c7d9d76
dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(

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>
drivers/dma/at_hdmac_regs.h
drivers/dma/iop-adma.c
drivers/dma/mv_xor.c