gpiolib: replace strict_strtol() with kstrtol()
authorJingoo Han <jg1.han@samsung.com>
Fri, 19 Jul 2013 07:12:50 +0000 (16:12 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 20 Jul 2013 22:20:34 +0000 (00:20 +0200)
commita3d88c92a1d7ebbe1e956fd9f0f37bc383f2571b
treea1f64e44299ef81f70cc2cc7cae5de35b8ea77f7
parentf8b1bd71d0c5c9fdcd4458c1688208eaf06a26fb
gpiolib: replace strict_strtol() with kstrtol()

The usage of strict_strtol() is not preferred, because
strict_strtol() is obsolete. Thus, kstrtol() should be
used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c