crypto: ux500 - Fix error return code in hash_hw_final()
authorZhen Lei <thunder.leizhen@huawei.com>
Sat, 8 May 2021 07:00:49 +0000 (15:00 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 14 May 2021 11:07:58 +0000 (19:07 +0800)
commitb01360384009ab066940b45f34880991ea7ccbfb
tree2401017d16f6dbb37c6d74723d51a393fa4ed14a
parent06676aa1f455c74e3ad1624cea3acb9ed2ef71ae
crypto: ux500 - Fix error return code in hash_hw_final()

Fix to return a negative error code from the error handling
case instead of 0, as done elsewhere in this function.

Fixes: 8a63b1994c50 ("crypto: ux500 - Add driver for HASH hardware")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ux500/hash/hash_core.c