Re: [PATCH 06/16] dma: Convert dev_printk(KERN_LEVEL to dev_level(

2012-10-29 Thread Vinod Koul
On Sun, 2012-10-28 at 01:05 -0700, Joe Perches wrote: dev_level calls take less code than dev_printk(KERN_LEVEL 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

[PATCH 06/16] dma: Convert dev_printk(KERN_LEVEL to dev_level(

2012-10-28 Thread Joe Perches
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 j...@perches.com --- drivers/dma/at_hdmac_regs.h |8 +++--- drivers/dma/iop-adma.c | 45 +++