]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
i40e: Fix for unexpected messaging
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Thu, 18 Feb 2016 00:12:16 +0000 (16:12 -0800)
committerTim Gardner <tim.gardner@canonical.com>
Wed, 6 Apr 2016 09:20:55 +0000 (10:20 +0100)
commit7f1f835305e383b64b6f2b0f9fb4d6e623482afe
tree43834b5736a0ad58c57e6bb0426177fa17246876
parent425ff49fb679c48e378dd9e8ce2b1209e1529f95
i40e: Fix for unexpected messaging

BugLink: http://bugs.launchpad.net/bugs/1547674
This fixes an issue where a previously removed message
has returned.  Changing the message type to dev_dbg
leaves the info, if desired, but takes it out of normal
everyday usage. Also changed call to only provide port
data when its valid and not when its not (delete case).

Change-ID: Ief6f33b915f6364c24fa8e5789c2fc3168b5e2ed
Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from net-next commit 730a8f8777e55912f445c2c29234d51cceb1dfc2)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/net/ethernet/intel/i40e/i40e_main.c