]> git.baikalelectronics.ru Git - kernel.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)
commit486a0c58753032d39b1b5d1b8c4c53dc5d52ef43
tree128d2fe87b71c46852a26263fc79ffe3744e65f2
parentdcdd0dd7fd4b8a2382b47ba05f3be7da180c0cb2
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