diff options
author | Devendra Naga <devendra.aaru@gmail.com> | 2012-06-19 20:22:39 +0200 |
---|---|---|
committer | Bryan Wu <bryan.wu@canonical.com> | 2012-07-24 01:52:35 +0200 |
commit | 1522d02e275332080ec27e268edc29c79c6f5e0c (patch) | |
tree | a7318cc83fe884e6cea025f7610482757c7ce7d9 /Documentation/leds/leds-lm3556.txt | |
parent | leds: fix sparse warnings due to missing static (diff) | |
download | linux-1522d02e275332080ec27e268edc29c79c6f5e0c.tar.xz 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/leds-lm3556.txt')
0 files changed, 0 insertions, 0 deletions