leds: leds-lp5523: replace strict_strtoul() with kstrtoul()
commiteef4aa652c40237f73258d5418b03d60a2ffec40
authorJingoo Han <jg1.han@samsung.com>
Mon, 19 Nov 2012 04:51:47 +0000 (18 20:51 -0800)
committerBryan Wu <cooloney@gmail.com>
Mon, 26 Nov 2012 22:28:51 +0000 (26 14:28 -0800)
tree745bd36c0a67fd8d29e721b32866feb5caa1959c
parent69b44c1630b7f618c9dec217d5497744224d90b8
leds: leds-lp5523: 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-lp5523.c