Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321602
b: refs/heads/master
c: 86e99d2
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Baltieri authored and Bryan Wu committed Aug 13, 2012
1 parent 36d94a7 commit e50f106
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: 4df7309af6f7988da15fc9a0175fc60b997cc0d7
refs/heads/master: 86e99d23d0210e8d43a0bb576582a455d907578e
2 changes: 1 addition & 1 deletion trunk/drivers/leds/led-triggers.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void led_trigger_event(struct led_trigger *trig,
struct led_classdev *led_cdev;

led_cdev = list_entry(entry, struct led_classdev, trig_list);
led_set_brightness(led_cdev, brightness);
__led_set_brightness(led_cdev, brightness);
}
read_unlock(&trig->leddev_list_lock);
}
Expand Down

0 comments on commit e50f106

Please sign in to comment.