diff options
Diffstat (limited to 'drivers/pci/hotplug/pciehp_hpc.c')
-rw-r--r-- | drivers/pci/hotplug/pciehp_hpc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp_hpc.c b/drivers/pci/hotplug/pciehp_hpc.c index 7b1414810ae..bcdbb164362 100644 --- a/drivers/pci/hotplug/pciehp_hpc.c +++ b/drivers/pci/hotplug/pciehp_hpc.c | |||
@@ -806,7 +806,6 @@ static void pcie_cleanup_slot(struct controller *ctrl) | |||
806 | struct slot *slot = ctrl->slot; | 806 | struct slot *slot = ctrl->slot; |
807 | cancel_delayed_work(&slot->work); | 807 | cancel_delayed_work(&slot->work); |
808 | flush_workqueue(pciehp_wq); | 808 | flush_workqueue(pciehp_wq); |
809 | flush_workqueue(pciehp_ordered_wq); | ||
810 | kfree(slot); | 809 | kfree(slot); |
811 | } | 810 | } |
812 | 811 | ||