commit | f7b41276b6b07f47c5f5212fa244385b0e3aaa30 | [log] [tgz] |
---|---|---|
author | Jingoo Han <[email protected]> | Tue Jun 04 13:15:16 2013 +0900 |
committer | Greg Kroah-Hartman <[email protected]> | Thu Jun 06 12:54:08 2013 -0700 |
tree | a5c48de78a236e836da7d3b26e999224c975cc11 | |
parent | 4cd5773a2ae6facdde3f563087a4cc50f00d9530 [diff] |
misc: replace strict_strtoul() with kstrtoul() The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>