pciehp: fix typo in hpc_release_ctlr
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Fri, 20 Jun 2008 03:06:24 +0000 (12:06 +0900)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 25 Jun 2008 22:53:23 +0000 (15:53 -0700)
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>
drivers/pci/hotplug/pciehp_hpc.c

index 0cfaedf..c030c94 100644 (file)
@@ -610,7 +610,7 @@ static void hpc_release_ctlr(struct controller *ctrl)
 {
        /* Mask Hot-plug Interrupt Enable */
        if (pcie_write_cmd(ctrl, 0, HP_INTR_ENABLE | CMD_CMPL_INTR_ENABLE))
-               err("%s: Cannot mask hotplut interrupt enable\n", __func__);
+               err("%s: Cannot mask hotplug interrupt enable\n", __func__);
 
        /* Free interrupt handler or interrupt polling timer */
        pciehp_free_irq(ctrl);