Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139333
b: refs/heads/master
c: 35e1801
h: refs/heads/master
i:
  139331: 6de941a
v: v3
  • Loading branch information
Roel Kluin authored and Jesse Barnes committed Mar 20, 2009
1 parent cdc2480 commit d5942d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9f5404d8ea90bfa4d58a3936e5a3d0d28cecf60f
refs/heads/master: 35e1801ea637810830e653ffe7ff62c7048ae03a
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/shpchp_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ int __ref shpchp_configure_device(struct slot *p_slot)
busnr))
break;
}
if (busnr >= end) {
if (busnr > end) {
ctrl_err(ctrl,
"No free bus for hot-added bridge\n");
pci_dev_put(dev);
Expand Down

0 comments on commit d5942d1

Please sign in to comment.