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