From: Ben Hutchings Date: Fri, 23 Oct 2009 08:32:51 +0000 (+0000) Subject: sfc: Remove incorrect assertion from efx_pci_remove_main() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=be4b163b28917499ea1f8755eee8509ee2675ec3;p=linux-beck.git sfc: Remove incorrect assertion from efx_pci_remove_main() Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- 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) */ static void efx_pci_remove_main(struct efx_nic *efx) { - EFX_ASSERT_RESET_SERIALISED(efx); - /* Skip everything if we never obtained a valid membase */ if (!efx->membase) return;