From: Stephen Hemminger Date: Tue, 15 Jan 2013 07:28:28 +0000 (+0000) Subject: vmxnet3: fix messages printed before registration X-Git-Tag: v3.9-rc1~139^2~362 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bad25fa7ecedd32424a1a6412c3b3e91c4ae9f1;p=pandora-kernel.git vmxnet3: fix messages printed before registration This messages that occur during boot time from this device when netdev_err is called before calling register_netdevice(). Switch to using dev_XXX macros which correlate message with PCI info which is available. Rather than fixing the features message, just remove it since the information is redundant and available through ethtool. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed