]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: picoxcell - replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Sat, 1 Jun 2013 07:05:57 +0000 (16:05 +0900)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 5 Jun 2013 08:43:08 +0000 (16:43 +0800)
commitc275647acab644b6e00c87d86d5af51369e62629
tree6778b8ff4d2ec4962c1db07bd41ed4c1c304a2bc
parent55b75d6b6efd9f657039a3d7927036657f67481a
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>
drivers/crypto/picoxcell_crypto.c