sfc: Remove incorrect assertion from efx_pci_remove_main()
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 23 Oct 2009 08:32:51 +0000 (08:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 24 Oct 2009 11:27:22 +0000 (04:27 -0700)
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sfc/efx.c

index 29003fe9cb4c7e926eab95329ae1d1481a4ff137..c9258017632cb878a64d9435d9cb57b4814a6dcd 100644 (file)
@@ -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;