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