summaryrefslogtreecommitdiffstats
path: root/Documentation/leds
diff options
context:
space:
mode:
authorDevendra Naga2012-06-19 20:22:39 +0200
committerBryan Wu2012-07-24 01:52:35 +0200
commit1522d02e275332080ec27e268edc29c79c6f5e0c (patch)
treea7318cc83fe884e6cea025f7610482757c7ce7d9 /Documentation/leds
parentleds: fix sparse warnings due to missing static (diff)
downloadkernel-qcow2-linux-1522d02e275332080ec27e268edc29c79c6f5e0c.tar.gz
kernel-qcow2-linux-1522d02e275332080ec27e268edc29c79c6f5e0c.tar.xz
kernel-qcow2-linux-1522d02e275332080ec27e268edc29c79c6f5e0c.zip
leds: [trivial]Remove unnecesary return
the ret is got the status returned by the led_classdev_register, returning ret if the led_classdev_register fails and returning 0 if the led_classdev_register success, can be done by doing just "return ret" at the end. Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Diffstat (limited to 'Documentation/leds')
0 files changed, 0 insertions, 0 deletions