From: Jacob Keller Date: Wed, 3 Sep 2014 08:12:58 +0000 (+0000) Subject: ixgbe: use e_dev_warn instead of e_err for displaying warning X-Git-Tag: fixes-against-v3.18-rc2~81^2~27^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1c55f63a5137e1e8d7d9cbf52a3873059768c09;p=pandora-kernel.git ixgbe: use e_dev_warn instead of e_err for displaying warning In this case, disabling DCB is not an error. We can still function, but we just have to let the user know. In addition, since we call this during probe before allocating our netdevice structure, we should use e_dev_warn instead of e_warn. Signed-off-by: Jacob Keller Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed