]> git.kernelconcepts.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)>
Sun, 11 Nov 2012 20:08:53 +0000 (12:08 -0800)
commit39c10dcc3dbdf3dc6a3678a28f083fd95372dcd2
tree01918045ea220bc194936cadff1b50983181b29b
parentb4d6de0ca3891375d63bcb1ded89288f13170936
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