Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114513
b: refs/heads/master
c: 1b3c83e
h: refs/heads/master
i:
  114511: 4f9d882
v: v3
  • Loading branch information
roel kluin authored and Paul Mackerras committed Sep 15, 2008
1 parent f002aba commit 4e5ca90
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: 7e392f8c29ee045c6a29d50193d2fb10712eceb0
refs/heads/master: 1b3c83e6d3b4d3001e42a9cf800c0071adf8e2c9
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/powermac/feature.c
Original file line number Diff line number Diff line change
Expand Up @@ -2677,7 +2677,7 @@ static void __init probe_one_macio(const char *name, const char *compat, int typ
macio_chips[i].of_node = node;
macio_chips[i].type = type;
macio_chips[i].base = base;
macio_chips[i].flags = MACIO_FLAG_SCCB_ON | MACIO_FLAG_SCCB_ON;
macio_chips[i].flags = MACIO_FLAG_SCCA_ON | MACIO_FLAG_SCCB_ON;
macio_chips[i].name = macio_names[type];
revp = of_get_property(node, "revision-id", NULL);
if (revp)
Expand Down

0 comments on commit 4e5ca90

Please sign in to comment.