From: Joe Perches Date: Fri, 25 Mar 2011 14:21:22 +0000 (+0000) Subject: smsc911x: Use pr_fmt, netdev_, and netif_ X-Git-Tag: v3.0-rc1~377^2~567 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dffc6b2432ea89af24a36e8100b3eeea09db67e5;p=pandora-kernel.git smsc911x: Use pr_fmt, netdev_, and netif_ Use the more common/verbose logging styles. Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt Remove smsc911x prefixes from format strings. Rename SMSC_WARNING to SMSC_WARN. Remove DPRINTK macro. Use netif_ in SMSC_ macros. Convert NETIF_MSG_ uses to lower case. Add no_printk verification in non-debug uses. Add pdata to SMSC_ uses to avoid hidden variable uses. Convert printks to netdev_ as appropriate. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed