projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96c4572
)
sfc: Remove incorrect assertion from efx_pci_remove_main()
author
Ben Hutchings
<bhutchings@solarflare.com>
Fri, 23 Oct 2009 08:32:51 +0000
(08:32 +0000)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/sfc/efx.c
b/drivers/net/sfc/efx.c
index 29003fe9cb4c7e926eab95329ae1d1481a4ff137..c9258017632cb878a64d9435d9cb57b4814a6dcd 100644
(file)
--- 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;