OSDN Git Service

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)
commit75eb73c127beaccf1b2c825f5d583ebca17ab2ba
tree620416699acf5204df5492040e90080ec2b369b1
parent00ada50d8989ed14b160d831d25fe09bf9ea9115
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