Skip to content

Commit

Permalink
pciehp: fix typo in hpc_release_ctlr
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kenji Kaneshige authored and Jesse Barnes committed Jun 25, 2008
1 parent 65b943f commit b30dd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/hotplug/pciehp_hpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b30dd56

Please sign in to comment.