aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>2008-06-19 23:06:24 -0400
committerJesse Barnes <jbarnes@virtuousgeek.org>2008-06-25 18:53:23 -0400
commitb30dd56d1c3786fb0c4e442a58d9a2ea78eeabb9 (patch)
tree3f4d2f672e0930b1509271178219aab05b0252e9 /drivers
parent65b943f630bc177b743ca05b4cb6defe8fcffa6e (diff)
pciehp: fix typo in hpc_release_ctlr
Fix the typo in hpc_release_ctlr(). Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pci/hotplug/pciehp_hpc.c2
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);