commit | 0db7fd969e567dc0e4d2a7138896d6860f9614d5 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Jul 19 16:18:47 2013 +0900 |
committer | Matthew Garrett <matthew.garrett@nebula.com> | Thu Sep 05 08:51:52 2013 -0400 |
tree | 9bdab628aad16a0683276693971fd4c1b32771cf | |
parent | 2ff1af707b09cbf29247c9224fb3494305e82aef [diff] |
platform: replace strict_strto*() with kstrto*() The usage of strict_strtoul() and strict_strtol() is not preferred, because strict_strtoul() and strict_strtol() are obsolete. Thus, kstrtoul() and kstrtol() should be used. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>