Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117227
b: refs/heads/master
c: b84346e
h: refs/heads/master
i:
  117225: 4c78b4c
  117223: 8d2570c
v: v3
  • Loading branch information
Kenji Kaneshige authored and Jesse Barnes committed Oct 22, 2008
1 parent 86a7db7 commit 3ca9ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1c19894b786f10c76ac40e93c6b5d70c9b946d2
refs/heads/master: b84346ef74cf76793070762b933387729c5df1ed
4 changes: 2 additions & 2 deletions trunk/drivers/pci/hotplug/pciehp_hpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1147,11 +1147,11 @@ struct controller *pcie_init(struct pcie_device *dev)
if (!ctrl->cap_base) {
ctrl_err(ctrl, "%s: Cannot find PCI Express capability\n",
__func__);
goto abort;
goto abort_ctrl;
}
if (pciehp_readl(ctrl, SLOTCAP, &slot_cap)) {
ctrl_err(ctrl, "%s: Cannot read SLOTCAP register\n", __func__);
goto abort;
goto abort_ctrl;
}

ctrl->slot_cap = slot_cap;
Expand Down

0 comments on commit 3ca9ede

Please sign in to comment.