From: Joe Perches Date: Mon, 15 Feb 2010 06:40:39 +0000 (-0800) Subject: niu: Use pr_, netdev_ and netif_ macros X-Git-Tag: v2.6.34-rc1~233^2~321 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f10a1f2e7e93a35cb603b63090ff0e70a576a641;p=pandora-kernel.git niu: Use pr_, netdev_ and netif_ macros Remove #define PFX Add pr_fmt(fmt) KBUILD_MODNAME ": " fmt Convert printks to pr_ Convert printks without levels to pr_cont Convert pr_ with np->dev to netdev_ Convert dev_ to netdev_ Convert niudbg to netif_printk Convert niuinfo, niuwarn macros to netif_(priv, type, dev... Coalesce long formats Convert embedded function names to "%s", __func__ Always use "%s()..." when __func__ is printed Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed