aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide')
-rw-r--r--drivers/ide/pmac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/pmac.c b/drivers/ide/pmac.c
index 3dd130627726..2db803cd095c 100644
--- a/drivers/ide/pmac.c
+++ b/drivers/ide/pmac.c
@@ -1309,7 +1309,6 @@ static int pmac_ide_pci_attach(struct pci_dev *pdev,
1309 rc = pmac_ide_setup_device(pmif, &hw); 1309 rc = pmac_ide_setup_device(pmif, &hw);
1310 if (rc != 0) { 1310 if (rc != 0) {
1311 /* The inteface is released to the common IDE layer */ 1311 /* The inteface is released to the common IDE layer */
1312 pci_set_drvdata(pdev, NULL);
1313 iounmap(base); 1312 iounmap(base);
1314 pci_release_regions(pdev); 1313 pci_release_regions(pdev);
1315 kfree(pmif); 1314 kfree(pmif);