]> git.karo-electronics.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)>
Thu, 1 Nov 2012 22:47:45 +0000 (15:47 -0700)
commit4eb1a722d88dd657009eb5a9d4f20f38b0f7e968
tree59fa9a84319c29c0b12cbdbae5937d653eafce9f
parent00bd1b04bd612436edfdcc1f2f0499563889b956
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