1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Full de-init on shutdown

This commit is contained in:
Alex Forencich 2020-07-30 19:30:36 -07:00
parent 77b9cace47
commit e7bcb726b4

View File

@ -406,8 +406,7 @@ static void mqnic_shutdown(struct pci_dev *pdev)
return;
}
// ensure DMA is disabled on shutdown
pci_clear_master(pdev);
mqnic_remove(pdev);
}
static struct pci_driver pci_driver = {