diff options
Diffstat (limited to 'drivers/net/sfc/falcon.c')
-rw-r--r-- | drivers/net/sfc/falcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c index b57cc68058c0..c58f8a3443cc 100644 --- a/drivers/net/sfc/falcon.c +++ b/drivers/net/sfc/falcon.c | |||
@@ -2647,7 +2647,7 @@ void falcon_remove_nic(struct efx_nic *efx) | |||
2647 | 2647 | ||
2648 | falcon_free_buffer(efx, &efx->irq_status); | 2648 | falcon_free_buffer(efx, &efx->irq_status); |
2649 | 2649 | ||
2650 | (void) falcon_reset_hw(efx, RESET_TYPE_ALL); | 2650 | falcon_reset_hw(efx, RESET_TYPE_ALL); |
2651 | 2651 | ||
2652 | /* Release the second function after the reset */ | 2652 | /* Release the second function after the reset */ |
2653 | if (nic_data->pci_dev2) { | 2653 | if (nic_data->pci_dev2) { |