]> git.karo-electronics.de Git - karo-tx-linux.git/commit
leds: leds-ns2: replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Tue, 23 Oct 2012 12:25:35 +0000 (05:25 -0700)
committerBryan Wu <roc@roc-samos.(none)>
Fri, 26 Oct 2012 20:59:55 +0000 (13:59 -0700)
commit61231d1777e15262c416fd5e50beb553519d954e
treef3b0f2a26b1f6cee09aca4cf15039c64a49dfda9
parentff6e42476196d9c2bc4073e2428a692d6a457bb9
leds: leds-ns2: 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-ns2.c