aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio-thunder.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/phy/mdio-thunder.c')
-rw-r--r--drivers/net/phy/mdio-thunder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/mdio-thunder.c b/drivers/net/phy/mdio-thunder.c
index b6128ae7f14f..2a97938d1972 100644
--- a/drivers/net/phy/mdio-thunder.c
+++ b/drivers/net/phy/mdio-thunder.c
@@ -129,6 +129,7 @@ static void thunder_mdiobus_pci_remove(struct pci_dev *pdev)
mdiobus_free(bus->mii_bus);
oct_mdio_writeq(0, bus->register_base + SMI_EN);
}
+ pci_release_regions(pdev);
pci_set_drvdata(pdev, NULL);
}