From: Joe Perches Date: Sat, 10 Jul 2010 07:22:46 +0000 (+0000) Subject: drivers/net/mlx4: Use %pV, pr_, printk_once X-Git-Tag: v2.6.36-rc1~571^2~221 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a645e809759a4b9c876d3e9ca6c139784a97a38;p=pandora-kernel.git drivers/net/mlx4: Use %pV, pr_, printk_once Remove near duplication of format string constants by using the newly introduced vsprintf extention %pV to reduce text by 20k or so. $ size drivers/net/mlx4/built-in.o* text data bss dec hex filename 161367 1866 48784 212017 33c31 drivers/net/mlx4/built-in.o 142621 1866 46248 190735 2e90f drivers/net/mlx4/built-in.o.new Use printk_once as appropriate. Convert printks to pr_, some bare printks now use pr_cont. Remove now unused #define PFX. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed