]> 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)
commit335447b2da4c0524f3ffc070f9951454af061de8
tree620416699acf5204df5492040e90080ec2b369b1
parent1cee9fb0feea2280c977adf504953ed776546013
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