commit | 3dc7b82ea7649356bf027fba50c16ca50cec31e2 | [log] [tgz] |
---|---|---|
author | Richard Purdie <rpurdie@rpsys.net> | Mon May 15 09:44:17 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon May 15 11:20:56 2006 -0700 |
tree | 52bb14b8021c851d6cbd765f74aafa6c33ea631e | |
parent | 263de9b582b0f9b6ad5a0651b7df884fe80d6c3c [diff] |
[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>