summaryrefslogtreecommitdiff
path: root/crypto/skcipher.c
diff options
context:
space:
mode:
authorzhong jiang <zhongjiang@huawei.com>2019-09-03 09:54:16 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2019-09-09 10:35:27 +0300
commit7b865ec15ed3a1a4204537bc28bbc68202f4c52f (patch)
tree168fb3d1c55d4808cc0e974613a56fd9b9289561 /crypto/skcipher.c
parentc75c66bbaa56f130e2be095402422e56f608aa62 (diff)
downloadlinux-7b865ec15ed3a1a4204537bc28bbc68202f4c52f.tar.xz
crypto: arm64/aes - Use PTR_ERR_OR_ZERO rather than its implementation.
PTR_ERR_OR_ZERO contains if(IS_ERR(...)) + PTR_ERR. It is better to use it directly. hence just replace it. Signed-off-by: zhong jiang <zhongjiang@huawei.com> Acked-by: Will Deacon <will@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/skcipher.c')
0 files changed, 0 insertions, 0 deletions