From: Joe Perches Date: Sun, 27 Jun 2010 01:02:35 +0000 (+0000) Subject: netdevice.h net/core/dev.c: Convert netdev_ logging macros to functions X-Git-Tag: v2.6.36-rc1~571^2~371 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=256df2f3879efdb2e9808bdb1b54b16fbb11fa38;p=pandora-kernel.git netdevice.h net/core/dev.c: Convert netdev_ logging macros to functions Reduces an x86 defconfig text and data ~2k. text is smaller, data is larger. $ size vmlinux* text data bss dec hex filename 7198862 720112 1366288 9285262 8dae8e vmlinux 7205273 716016 1366288 9287577 8db799 vmlinux.device_h Uses %pV and struct va_format Format arguments are verified before printk Signed-off-by: Joe Perches Acked-by: Greg Kroah-Hartman Signed-off-by: David S. Miller --- Reading git-diff-tree failed