diff options
Diffstat (limited to 'drivers/net/netxen/netxen_nic_main.c')
-rw-r--r-- | drivers/net/netxen/netxen_nic_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/netxen/netxen_nic_main.c index 225ff55527c..b2fc2bccc39 100644 --- a/drivers/net/netxen/netxen_nic_main.c +++ b/drivers/net/netxen/netxen_nic_main.c | |||
@@ -1155,8 +1155,8 @@ static void __exit netxen_exit_module(void) | |||
1155 | /* | 1155 | /* |
1156 | * Wait for some time to allow the dma to drain, if any. | 1156 | * Wait for some time to allow the dma to drain, if any. |
1157 | */ | 1157 | */ |
1158 | destroy_workqueue(netxen_workq); | ||
1159 | pci_unregister_driver(&netxen_driver); | 1158 | pci_unregister_driver(&netxen_driver); |
1159 | destroy_workqueue(netxen_workq); | ||
1160 | } | 1160 | } |
1161 | 1161 | ||
1162 | module_exit(netxen_exit_module); | 1162 | module_exit(netxen_exit_module); |