Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199235
b: refs/heads/master
c: 5f8269d
h: refs/heads/master
i:
  199233: 67c8bdf
  199231: 373274d
v: v3
  • Loading branch information
Richard Purdie committed May 28, 2010
1 parent c4a4961 commit 61ca9ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 37814fdc950281e9096a8b361a380edae237f486
refs/heads/master: 5f8269da9c69dc3851f532af0d53693b521fdb91
1 change: 0 additions & 1 deletion trunk/drivers/leds/leds-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ static int __devinit of_gpio_leds_probe(struct of_device *ofdev,
led.gpio = of_get_gpio_flags(child, 0, &flags);
led.active_low = flags & OF_GPIO_ACTIVE_LOW;
led.name = of_get_property(child, "label", NULL) ? : child->name;
led.blinking = 0;
led.default_trigger =
of_get_property(child, "linux,default-trigger", NULL);
state = of_get_property(child, "default-state", NULL);
Expand Down

0 comments on commit 61ca9ba

Please sign in to comment.