summaryrefslogtreecommitdiff
path: root/drivers/pci/pwrctrl/slot.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/pwrctrl/slot.c')
-rw-r--r--drivers/pci/pwrctrl/slot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/pwrctrl/slot.c b/drivers/pci/pwrctrl/slot.c
index 082af81efe25..b87639253ae2 100644
--- a/drivers/pci/pwrctrl/slot.c
+++ b/drivers/pci/pwrctrl/slot.c
@@ -63,7 +63,6 @@ static void devm_slot_pwrctrl_release(void *data)
{
struct slot_pwrctrl *slot = data;
- slot_pwrctrl_power_off(&slot->pwrctrl);
regulator_bulk_free(slot->num_supplies, slot->supplies);
}