From: Jacob Keller Date: Wed, 3 Sep 2014 08:12:54 +0000 (+0000) Subject: ixgbe: use e_dev_warn instead of netif_printk X-Git-Tag: fixes-against-v3.18-rc2~81^2~27^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=493043e5273b93b9f9a674cd554bb3757a800f10;p=pandora-kernel.git ixgbe: use e_dev_warn instead of netif_printk The netif_printk relies on our netdevice structure to be registered already. We may call ixgbe_acquire_msix_vectors prior to registering our netdevice, so we should not use the netdevice specific printk. Signed-off-by: Jacob Keller Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed