[PATCH] fix oops on unload in pcnet32
The driver was calling pci_unregister_driver for each _device_, and then again at the end of the module unload routine. Remove the call that's inside the loop, pci_unregister_driver should only be called once. Caught by Don Fry (and many others)
Showing
Please register or sign in to comment