]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita60b073807812fc4093bbbb089972b41b58c258b
treea1f64e44299ef81f70cc2cc7cae5de35b8ea77f7
parentf2df3ff9046f391a3e3cdeb969929e059718e9cb
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