Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added netdev_nullify to natsemi_remove()
  • Loading branch information
Marty Connor committed Nov 21, 2007
1 parent 2d60a39 commit 83c5a37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/net/natsemi.c
Expand Up @@ -227,6 +227,7 @@ static void natsemi_remove (struct pci_device *pci) {

unregister_netdev (netdev);
natsemi_reset (netdev);
netdev_nullify ( netdev );
netdev_put (netdev);
}

Expand Down

0 comments on commit 83c5a37

Please sign in to comment.