david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Added missing call to undinet_remove()

This commit is contained in:
Michael Brown 2007-01-09 03:08:01 +00:00
parent 6b09dd8244
commit 159930862f
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ static int undipci_probe ( struct pci_device *pci,
static void undipci_remove ( struct pci_device *pci ) {
struct undi_device *undi = pci_get_drvdata ( pci );
undinet_remove ( undi );
undi_unload ( undi );
list_del ( &undi->dev.siblings );
free ( undi );