diff options
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/hotplug/pciehp_hpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp_hpc.c b/drivers/pci/hotplug/pciehp_hpc.c index 0cfaedf2edca..c030c94a4acb 100644 --- a/drivers/pci/hotplug/pciehp_hpc.c +++ b/drivers/pci/hotplug/pciehp_hpc.c | |||
@@ -610,7 +610,7 @@ static void hpc_release_ctlr(struct controller *ctrl) | |||
610 | { | 610 | { |
611 | /* Mask Hot-plug Interrupt Enable */ | 611 | /* Mask Hot-plug Interrupt Enable */ |
612 | if (pcie_write_cmd(ctrl, 0, HP_INTR_ENABLE | CMD_CMPL_INTR_ENABLE)) | 612 | if (pcie_write_cmd(ctrl, 0, HP_INTR_ENABLE | CMD_CMPL_INTR_ENABLE)) |
613 | err("%s: Cannot mask hotplut interrupt enable\n", __func__); | 613 | err("%s: Cannot mask hotplug interrupt enable\n", __func__); |
614 | 614 | ||
615 | /* Free interrupt handler or interrupt polling timer */ | 615 | /* Free interrupt handler or interrupt polling timer */ |
616 | pciehp_free_irq(ctrl); | 616 | pciehp_free_irq(ctrl); |