Browse Source

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>
Kenji Kaneshige 17 years ago
parent
commit
b30dd56d1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/pci/hotplug/pciehp_hpc.c

+ 1 - 1
drivers/pci/hotplug/pciehp_hpc.c

@@ -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);