leds-lp5523: change the return type of lp5523_set_mode()
authorKim, Milo <Milo.Kim@ti.com>
Tue, 21 Aug 2012 09:03:58 +0000 (17:03 +0800)
committerBryan Wu <bryan.wu@canonical.com>
Tue, 11 Sep 2012 10:32:41 +0000 (18:32 +0800)
The return value of this function is not handled any place, so
make it as void type.

And three if-statements are replaced with switch-statements.

Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>

No differences found