Re: [PATCH 06/16] dma: Convert dev_printk(KERN_ to dev_(

2012-10-28 Thread Vinod Koul
On Sun, 2012-10-28 at 01:05 -0700, Joe Perches wrote: > dev_ calls take less code than dev_printk(KERN_ > and reducing object size is good. > Coalesce formats for easier grep. Applied thanks -- Vinod Koul Intel Corp. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

[PATCH 06/16] dma: Convert dev_printk(KERN_ to dev_(

2012-10-28 Thread Joe Perches
dev_ calls take less code than dev_printk(KERN_ and reducing object size is good. Coalesce formats for easier grep. Signed-off-by: Joe Perches --- drivers/dma/at_hdmac_regs.h |8 +++--- drivers/dma/iop-adma.c | 45 +++ drivers/dma/mv_xor.c| 62 +++