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