david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Added netdev_nullify to natsemi_remove()

This commit is contained in:
Marty Connor 2007-11-21 10:33:51 -05:00 committed by Michael Brown
parent de329a36d0
commit fa0bd77270
1 changed files with 1 additions and 0 deletions

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);
}