diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2008-05-16 16:14:27 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-05-22 05:59:24 -0400 |
commit | 91ad757c2fc35ec79dd2c909dc6dc721b9c257f3 (patch) | |
tree | 4b1cdc458017fc494b5739088945c99a1f07f6c6 /drivers/net/sfc/falcon.c | |
parent | 4cc58bdebfcb7561de401999705a5cde16674842 (diff) |
sfc: Removed casts to void
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
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) { |