i40e: remove error msg when vf with port vlan tries to remove vlan 0
authorAleksandr Loktionov <aleksandr.loktionov@intel.com>
Thu, 28 Feb 2019 17:52:49 +0000 (09:52 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 3 May 2019 21:31:21 +0000 (14:31 -0700)
commit5a189f15502f92abf8949a0898816a2abadd5df6
treeb2bc2af99bb7e7ccccfae620f7d1ff970e18d480
parenta1df906c5be75ce2c7633e06c688607ec088ca35
i40e: remove error msg when vf with port vlan tries to remove vlan 0

VF's attempt to delete vlan 0 when a port vlan is configured is harmless
in this case pf driver just does nothing.  If vf will try to remove
other vlans when a port vlan is configured it will still produce error
as before.

Signed-off-by: Aleksandr Loktionov <aleksandr.loktionov@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_virtchnl_pf.c