mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
disable master at driver shutdown
This commit is contained in:
parent
cd3868afff
commit
ea41e57ba3
@ -139,6 +139,7 @@ static void __devexit ddb_remove(struct pci_dev *pdev)
|
|||||||
ddb_buffers_free(dev);
|
ddb_buffers_free(dev);
|
||||||
|
|
||||||
ddb_unmap(dev);
|
ddb_unmap(dev);
|
||||||
|
pci_clear_master(pdev);
|
||||||
pci_set_drvdata(pdev, NULL);
|
pci_set_drvdata(pdev, NULL);
|
||||||
pci_disable_device(pdev);
|
pci_disable_device(pdev);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user