diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-10-23 04:32:51 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-24 07:27:22 -0400 |
commit | be4b163b28917499ea1f8755eee8509ee2675ec3 (patch) | |
tree | 62b0049058b4434baa9ca9bb41175ede917381ef /drivers/net | |
parent | 96c45726c7dd5ee11b8773810208c41e40a93ffd (diff) |
sfc: Remove incorrect assertion from efx_pci_remove_main()
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/sfc/efx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/sfc/efx.c b/drivers/net/sfc/efx.c index 29003fe9cb4c..c9258017632c 100644 --- a/drivers/net/sfc/efx.c +++ b/drivers/net/sfc/efx.c | |||
@@ -2022,8 +2022,6 @@ static void efx_fini_struct(struct efx_nic *efx) | |||
2022 | */ | 2022 | */ |
2023 | static void efx_pci_remove_main(struct efx_nic *efx) | 2023 | static void efx_pci_remove_main(struct efx_nic *efx) |
2024 | { | 2024 | { |
2025 | EFX_ASSERT_RESET_SERIALISED(efx); | ||
2026 | |||
2027 | /* Skip everything if we never obtained a valid membase */ | 2025 | /* Skip everything if we never obtained a valid membase */ |
2028 | if (!efx->membase) | 2026 | if (!efx->membase) |
2029 | return; | 2027 | return; |