]> git.karo-electronics.de Git - karo-tx-linux.git/commit
leds: turn the blink_timer off before starting to blink
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 1 Nov 2011 00:12:22 +0000 (17:12 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:35:34 +0000 (09:35 -0800)
commit1470a499e1aaca5dd4bb6e0626211f91af33fb3b
tree9eabc4a7e4f603d65942114efedd436139c13095
parent52f91caed3c682bf032628eaa60a1faa0d577e78
leds: turn the blink_timer off before starting to blink

commit 488bc35bf40df89d37486c1826b178a2fba36ce7 upstream.

Depending on the implementation of the hardware blinking function in
blink_set(), the led can support hardware blinking for some values of
delay_on and delay_off and fall-back to software blinking for some other
values.

Turning off the blink_timer unconditionally before starting to blink
make sure that a sequence like:

  OFF
  hardware blinking
  software blinking
  hardware blinking

does not leave the software blinking timer active.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/leds/led-class.c