Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130109
b: refs/heads/master
c: b7c18c1
h: refs/heads/master
i:
  130107: 664edbf
v: v3
  • Loading branch information
David S. Miller committed Jan 19, 2009
1 parent 063d207 commit fa2abdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 62dfcd336c79c49f9aeb0acc99cf9a1832102dd5
refs/heads/master: b7c18c1b2636ecb9ad76759f99dac6efd441fa92
2 changes: 2 additions & 0 deletions trunk/arch/sparc/kernel/central.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ static int __devinit clock_board_probe(struct of_device *op,
p->leds_resource.name = "leds";

p->leds_pdev.name = "sunfire-clockboard-leds";
p->leds_pdev.id = -1;
p->leds_pdev.resource = &p->leds_resource;
p->leds_pdev.num_resources = 1;
p->leds_pdev.dev.parent = &op->dev;
Expand Down Expand Up @@ -197,6 +198,7 @@ static int __devinit fhc_probe(struct of_device *op,
p->leds_resource.name = "leds";

p->leds_pdev.name = "sunfire-fhc-leds";
p->leds_pdev.id = p->board_num;
p->leds_pdev.resource = &p->leds_resource;
p->leds_pdev.num_resources = 1;
p->leds_pdev.dev.parent = &op->dev;
Expand Down

0 comments on commit fa2abdd

Please sign in to comment.