]> 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)>
Fri, 26 Oct 2012 20:59:54 +0000 (13:59 -0700)
commita240096110427ba3f426e604ecef55fa75f481a0
treecf5ae77dd2f0581111353256b56f2fd26d519ec5
parent1796b91f5f309f35fd725a387a53d3d1e6c1252e
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