]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
leds: leds-bd2802: replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Tue, 23 Oct 2012 12:23:33 +0000 (05:23 -0700)
committerBryan Wu <roc@roc-samos.(none)>
Sun, 11 Nov 2012 20:08:51 +0000 (12:08 -0800)
commit921b85e6d7dee52c4668dfc79254dcb9ac01eec1
treed421c2f838e10fafdfb19e4bd2368faa64bc6e16
parente0c15b4c8434f0dbcdf575e64ac30b9d32326e76
leds: leds-bd2802: 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-bd2802.c