From: Devendra Naga Date: Tue, 19 Jun 2012 18:22:39 +0000 (+0800) Subject: leds: [trivial]Remove unnecesary return X-Git-Tag: v3.6-rc1~76^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1522d02e275332080ec27e268edc29c79c6f5e0c;p=pandora-kernel.git 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 Signed-off-by: Bryan Wu --- Reading git-diff-tree failed