2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-02-22 13:29:55 +00:00

Added netdev_nullify to natsemi_remove()

This commit is contained in:
Marty Connor 2007-11-21 10:33:51 -05:00
parent 2d60a3963f
commit 83c5a37aae

View File

@ -227,6 +227,7 @@ static void natsemi_remove (struct pci_device *pci) {
unregister_netdev (netdev);
natsemi_reset (netdev);
netdev_nullify ( netdev );
netdev_put (netdev);
}