[PATCH] LED: Fix sysfs store function error handling
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 15 May 2006 16:44:17 +0000 (09:44 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 15 May 2006 18:20:56 +0000 (11:20 -0700)
commit3dc7b82ea7649356bf027fba50c16ca50cec31e2
tree52bb14b8021c851d6cbd765f74aafa6c33ea631e
parent263de9b582b0f9b6ad5a0651b7df884fe80d6c3c
[PATCH] LED: Fix sysfs store function error handling

Fix the error handling of some LED _store functions.  This corrects them to
return -EINVAL if the value is not numeric with an optional byte of trailing
whitespace.

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/leds/led-class.c
drivers/leds/ledtrig-timer.c