commit | 109b833071b44a4a6f5dc56385025543ed15a500 | [log] [tgz] |
---|---|---|
author | Milo(Woogyom) Kim <milo.kim@ti.com> | Tue Feb 05 19:28:44 2013 +0900 |
committer | Bryan Wu <cooloney@gmail.com> | Wed Feb 06 15:59:30 2013 -0800 |
tree | 295f32ace83d73a7d58c72668097650270f84758 | |
parent | a2387cb9f6974fede9bf2d731a78ca158acb5424 [diff] |
leds-lp55xx: fix problem on removing LED attributes LP55XX common device attributes, 'led_current' and 'max_current' are created while loading the driver. Those are LED device attributes which are removed automatically on releasing led class devices - led_classdev_unregister(). Therefore, this duplicate code should be removed. Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>