commit | 61e2d1a9b2e8105631ac7ff5b048342fcfd3d622 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Sat Jun 01 16:05:57 2013 +0900 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jun 05 16:43:08 2013 +0800 |
tree | 6778b8ff4d2ec4962c1db07bd41ed4c1c304a2bc | |
parent | 9a733019aa46c37db6ef4686d23a4f5cdbf6fd90 [diff] |
crypto: picoxcell - 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 <jg1.han@samsung.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>