leds: leds-lp5521: replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Mon, 19 Nov 2012 04:51:20 +0000 (20:51 -0800)
committerBryan Wu <cooloney@gmail.com>
Mon, 26 Nov 2012 22:28:51 +0000 (14:28 -0800)
commit69b44c1630b7f618c9dec217d5497744224d90b8
tree09484d0a2432bd033adb616c7a3cccfc6dab95e1
parent057407c732b7761cf417a1e6633a02d9d473340d
leds: leds-lp5521: replace strict_strtoul() with kstrtoul()

The usage of strict_strtoul() is not preferred, because
strict_strtoul() is obsolete. Thus, kstrtoul() should be
used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/leds-lp5521.c