commit | 6f6365fbac2d6bcf6867c633d3ec33af08b5b219 | [log] [tgz] |
---|---|---|
author | Kim, Milo <Milo.Kim@ti.com> | Tue Aug 21 17:03:58 2012 +0800 |
committer | Bryan Wu <bryan.wu@canonical.com> | Tue Sep 11 18:32:41 2012 +0800 |
tree | 236524d4c11381a31850871bfb8aaa7ba95502b4 | |
parent | a39b9854c79cc9ac7b7b6fed58cf07da23f1f41e [diff] |
leds-lp5523: change the return type of lp5523_set_mode() 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>