Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199062
b: refs/heads/master
c: 569762e
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Richard Purdie committed May 26, 2010
1 parent aa2872e commit ff41847
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: 2146325df2c2640059a9e064890c30c6e259b458
refs/heads/master: 569762ef3dcf8fc5aecdb059d8c0741b90fe1d17
2 changes: 1 addition & 1 deletion trunk/drivers/leds/led-class.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static ssize_t led_max_brightness_show(struct device *dev,

static struct device_attribute led_class_attrs[] = {
__ATTR(brightness, 0644, led_brightness_show, led_brightness_store),
__ATTR(max_brightness, 0644, led_max_brightness_show, NULL),
__ATTR(max_brightness, 0444, led_max_brightness_show, NULL),
#ifdef CONFIG_LEDS_TRIGGERS
__ATTR(trigger, 0644, led_trigger_show, led_trigger_store),
#endif
Expand Down

0 comments on commit ff41847

Please sign in to comment.