commit | a3d88c92a1d7ebbe1e956fd9f0f37bc383f2571b | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Jul 19 16:12:50 2013 +0900 |
committer | Linus Walleij <linus.walleij@linaro.org> | Sun Jul 21 00:20:34 2013 +0200 |
tree | a1f64e44299ef81f70cc2cc7cae5de35b8ea77f7 | |
parent | f8b1bd71d0c5c9fdcd4458c1688208eaf06a26fb [diff] |
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>