]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/crypto/picoxcell_crypto.c
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)
commit61e2d1a9b2e8105631ac7ff5b048342fcfd3d622
tree6778b8ff4d2ec4962c1db07bd41ed4c1c304a2bc
parent9a733019aa46c37db6ef4686d23a4f5cdbf6fd90
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