• Jeff Garzik's avatar
    [netdrvr pcnet32] fix oops on unload · 5d568a16
    Jeff Garzik authored
    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)
    5d568a16
pcnet32.c 54.7 KB