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