mirror of https://github.com/ipxe/ipxe.git
Added missing call to undinet_remove()
parent
6b09dd8244
commit
159930862f
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue