Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114549
b: refs/heads/master
c: 66576a8
h: refs/heads/master
i:
  114547: 92d10b9
v: v3
  • Loading branch information
Paul Gortmaker authored and Kumar Gala committed Sep 16, 2008
1 parent 58188fe commit b3612c7
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: 48d6c64311ddb6417b901639530ccbc47bdc7635
refs/heads/master: 66576a87dda18cede6a728685366c9c0fedd1742
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/85xx/sbc8560.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static void __init init_ioports(void)
int i;

for (i = 0; i < ARRAY_SIZE(sbc8560_pins); i++) {
struct cpm_pin *pin = &sbc8560_pins[i];
const struct cpm_pin *pin = &sbc8560_pins[i];
cpm2_set_pin(pin->port, pin->pin, pin->flags);
}

Expand Down

0 comments on commit b3612c7

Please sign in to comment.