Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94856
b: refs/heads/master
c: d84be09
h: refs/heads/master
v: v3
  • Loading branch information
Kenji Kaneshige authored and Jesse Barnes committed Apr 25, 2008
1 parent f730da5 commit b9d7bf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cff006543fa3fca2a47dd795ac524237489858d6
refs/heads/master: d84be093a81c29e085144c4d483d9fa0a83a1918
4 changes: 4 additions & 0 deletions trunk/drivers/pci/hotplug/pciehp_hpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,10 @@ static void hpc_set_green_led_blink(struct slot *slot)

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

if (pciehp_poll_mode)
del_timer(&ctrl->poll_timer);
else
Expand Down

0 comments on commit b9d7bf9

Please sign in to comment.