]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: hush little warnings
authorMitch Williams <mitch.a.williams@intel.com>
Thu, 19 Nov 2015 19:34:21 +0000 (11:34 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 13 Dec 2015 05:08:37 +0000 (21:08 -0800)
commit15c2bd87b407764da070258c85f22dbedd1a3c56
tree620416699acf5204df5492040e90080ec2b369b1
parent2a6446f8d2a3dd30b86a60f821daed9623e92b78
i40e: hush little warnings

These messages seem big and scary, but they're really not. The driver
can fully recover from any of these. The overflow error in particular
can happen when enabling a bunch of VFs and the VF driver is not
blacklisted.

Since these messages are really for debugging purposes, reclassify
them as such.

Change-ID: I628d0f5e135e7063450ba05393a50b7af23aa6d7
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c