]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ixgbe: use e_dev_warn instead of e_err for displaying warning
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 3 Sep 2014 08:12:58 +0000 (08:12 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 18 Sep 2014 11:12:20 +0000 (04:12 -0700)
commitc1c55f63a5137e1e8d7d9cbf52a3873059768c09
tree128d2fe87b71c46852a26263fc79ffe3744e65f2
parent3bcf344657afefdd468dd9c2b30a009ee7ce7abc
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 <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c