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