Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114659
b: refs/heads/master
c: ee673ea
h: refs/heads/master
i:
  114657: c4737c2
  114655: 34d2d6d
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Oct 14, 2008
1 parent a6a1716 commit bd5f739
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: 22007a165d2da38686d528f3af5c5d8b6713728c
refs/heads/master: ee673eaa72d8d185012b1027a05e25aba18c267f
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/chrp/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ chrp_find_bridges(void)
dev->full_name);
continue;
}
hose->first_busno = bus_range[0];
hose->first_busno = hose->self_busno = bus_range[0];
hose->last_busno = bus_range[1];

model = of_get_property(dev, "model", NULL);
Expand Down

0 comments on commit bd5f739

Please sign in to comment.