Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84048
b: refs/heads/master
c: 2b7f1b8
h: refs/heads/master
v: v3
  • Loading branch information
Raphael Assenat authored and Richard Purdie committed Feb 7, 2008
1 parent 9ebf353 commit 00a5903
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: 92e015cb31c0a312bf2e0e5b96aef76a8c57e645
refs/heads/master: 2b7f1b8c8f4a8991dfeefc31844e15c642b6de2a
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static int gpio_led_probe(struct platform_device *pdev)
led_dat->can_sleep = gpio_cansleep(cur_led->gpio);
led_dat->active_low = cur_led->active_low;
led_dat->cdev.brightness_set = gpio_led_set;
led_dat->cdev.brightness = cur_led->active_low ? LED_FULL : LED_OFF;
led_dat->cdev.brightness = LED_OFF;

ret = gpio_request(led_dat->gpio, led_dat->cdev.name);
if (ret < 0)
Expand Down

0 comments on commit 00a5903

Please sign in to comment.