mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
fm10k: correctly check if interface is removed
[ Upstream commit540fca35e3] FM10K_REMOVED expects a hardware address, not a 'struct fm10k_hw'. Fixes:5cb8db4a4c("fm10k: Add support for VF") Signed-off-by: Phil Turnbull <phil.turnbull@oracle.com> Tested-by: Krishneil Singh <krishneil.k.singh@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Sasha Levin <alexander.levin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
365a1dcaef
commit
349a8d9b7b
|
|
@ -983,7 +983,7 @@ static void fm10k_self_test(struct net_device *dev,
|
|||
|
||||
memset(data, 0, sizeof(*data) * FM10K_TEST_LEN);
|
||||
|
||||
if (FM10K_REMOVED(hw)) {
|
||||
if (FM10K_REMOVED(hw->hw_addr)) {
|
||||
netif_err(interface, drv, dev,
|
||||
"Interface removed - test blocked\n");
|
||||
eth_test->flags |= ETH_TEST_FL_FAILED;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user