Re: [PATCH 10/16] ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
From: David Miller <davem@davemloft.net>
Date: 2012-11-03 02:00:37
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2012-11-03 02:00:37
Also in:
lkml
From: Joe Perches <joe@perches.com> Date: Sun, 28 Oct 2012 01:05:48 -0700
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>
I forgot the other day so indicate that I applied this to net-next, thanks.