commit | 34da5e6770ac06df770a0355b417155e6e84e263 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Jul 26 13:10:22 2013 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 26 18:02:43 2013 -0700 |
tree | 0b415e6c7e5c5a96ac730ed3b36488a662129e92 | |
parent | 86df268705696ce2286410f1493e294e889bdce6 [diff] |
driver core: replace strict_strto*() with kstrto*() The usage of strict_strto*() is not preferred, because strict_strto*() is obsolete. Thus, kstrto*() should be used. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>