From: Milo(Woogyom) Kim Date: Tue, 5 Feb 2013 09:03:08 +0000 (+0900) Subject: leds-lp55xx: use common lp55xx data structure in _probe() X-Git-Tag: v3.9-rc1~79^2~34 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a0c9a47963cc72c68713923ead60d1e72e7136c;p=pandora-kernel.git leds-lp55xx: use common lp55xx data structure in _probe() LP5521 and LP5523 data structures have common features. Use common lp55xx data structures rather than chip specific data. Legacy code in probe is replaced with this new data structures. lp55xx_chip : Common data between lp5521_chip and lp5523_chip lp55xx_led : Common LED structure between lp5521_led and lp5523_led lp55xx_platform_data : Common platform data between lp5521_platform_data and lp5523_platform_data Signed-off-by: Milo(Woogyom) Kim Signed-off-by: Bryan Wu --- Reading git-diff-tree failed