mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 23:31:39 +00:00
Added missing call to undinet_remove()
This commit is contained in:
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
Block a user