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)
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>

No differences found