Re: [PATCH 3/3] leds-lp5523: use the i2c device id rather than fixed name

2012-09-04 Thread Bryan Wu
On Tue, Sep 4, 2012 at 3:06 PM, Kim, Milo wrote: > LP5523 driver supports both LP5523 and LP55231. > The i2c device id is one of the two - lp5523 or lp55231. > So it's better to use matching i2c device id while enumerating the device > and naming LED channels. > Applied, thanks. -Bryan > Sig

[PATCH 3/3] leds-lp5523: use the i2c device id rather than fixed name

2012-09-04 Thread Kim, Milo
LP5523 driver supports both LP5523 and LP55231. The i2c device id is one of the two - lp5523 or lp55231. So it's better to use matching i2c device id while enumerating the device and naming LED channels. Signed-off-by: Milo(Woogyom) Kim --- drivers/leds/leds-lp5523.c | 10 ++ 1 fil