From: Jacob Keller Date: Wed, 3 Sep 2014 08:12:59 +0000 (+0000) Subject: ixgbe: use e_dev_warn instead of netif_printk X-Git-Tag: fixes-against-v3.18-rc2~81^2~27^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d31b48a42be3a592e4c22303041d12cd4d88c0a;p=pandora-kernel.git ixgbe: use e_dev_warn instead of netif_printk Again, we should not be directly using netif_printk, as we have our own error print routines that we generate. In addition, instead of using an early return we can just use the else block of this one line if statement. Signed-off-by: Jacob Keller Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed