i3200_edac: Add a missing pci_disable_device() on the exit path
[deliverable/linux.git] / drivers / edac / i3200_edac.c
index fa1326e5a4b06d61c2c5fc7756121acc4a8f44bc..022a70273ada730a1c6afe6355387041dda36f2b 100644 (file)
@@ -464,6 +464,8 @@ static void i3200_remove_one(struct pci_dev *pdev)
        iounmap(priv->window);
 
        edac_mc_free(mci);
+
+       pci_disable_device(pdev);
 }
 
 static const struct pci_device_id i3200_pci_tbl[] = {
This page took 0.029175 seconds and 5 git commands to generate.