crypto: rockchip - delete unneeded variable initialization
[ Upstream commit3d8c5f5a08] Delete unneeded variable initialization Signed-off-by: Kai Ye <yekai13@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Stable-dep-of:57d67c6e82("crypto: rockchip - rework by using crypto_engine") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
de041a2e70
commit
6cd8bbb089
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ static void rk_ahash_reg_init(struct rk_crypto_info *dev)
|
|||
{
|
||||
struct ahash_request *req = ahash_request_cast(dev->async_req);
|
||||
struct rk_ahash_rctx *rctx = ahash_request_ctx(req);
|
||||
int reg_status = 0;
|
||||
int reg_status;
|
||||
|
||||
reg_status = CRYPTO_READ(dev, RK_CRYPTO_CTRL) |
|
||||
RK_CRYPTO_HASH_FLUSH | _SBF(0xffff, 16);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue