]> 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)
commit24ae1750138b6c92455d4e1670c30053c2c44371
tree128d2fe87b71c46852a26263fc79ffe3744e65f2
parent5f577518c1fcd62deaaff07f500ed71075265a26
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