Re: [PATCH 10/16] ethernet: Convert dev_printk(KERN_ to dev_(

2012-11-02 Thread David Miller
From: Joe Perches Date: Sun, 28 Oct 2012 01:05:48 -0700 > 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 I forgot the other day so indicate that I applied this to net-next, thanks. -- To uns

[PATCH 10/16] ethernet: 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/net/ethernet/chelsio/cxgb3/common.h |7 +++ drivers/net/ethernet/marvell/pxa168_eth.c |7 +++ 2 files changed, 6 insertions