Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179832
b: refs/heads/master
c: 0931714
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Jan 15, 2010
1 parent 59c67f3 commit 164bce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8654164f54bd02787ae91db8526dcae8e7e34eeb
refs/heads/master: 093171465235a8482fbf08a9a2e365247e1f7dd5
4 changes: 2 additions & 2 deletions trunk/arch/sparc/kernel/central.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static int __devinit clock_board_probe(struct of_device *op,

p->leds_resource.start = (unsigned long)
(p->clock_regs + CLOCK_CTRL);
p->leds_resource.end = p->leds_resource.end;
p->leds_resource.end = p->leds_resource.start;
p->leds_resource.name = "leds";

p->leds_pdev.name = "sunfire-clockboard-leds";
Expand Down Expand Up @@ -194,7 +194,7 @@ static int __devinit fhc_probe(struct of_device *op,
if (!p->central) {
p->leds_resource.start = (unsigned long)
(p->pregs + FHC_PREGS_CTRL);
p->leds_resource.end = p->leds_resource.end;
p->leds_resource.end = p->leds_resource.start;
p->leds_resource.name = "leds";

p->leds_pdev.name = "sunfire-fhc-leds";
Expand Down

0 comments on commit 164bce5

Please sign in to comment.