Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114658
b: refs/heads/master
c: 22007a1
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Oct 14, 2008
1 parent c4737c2 commit a6a1716
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: 2bda347bc53fe2cacd5621d8a0426840a8d2a6a6
refs/heads/master: 22007a165d2da38686d528f3af5c5d8b6713728c
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 @@ -266,7 +266,7 @@ chrp_find_bridges(void)
model = of_get_property(dev, "model", NULL);
if (model == NULL)
model = "<none>";
if (of_device_is_compatible(dev, "IBM,python")) {
if (strncmp(model, "IBM, Python", 11) == 0) {
setup_python(hose, dev);
} else if (is_mot
|| strncmp(model, "Motorola, Grackle", 17) == 0) {
Expand Down

0 comments on commit a6a1716

Please sign in to comment.