mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
crypto: rockchip - delete unneeded variable initialization
Delete unneeded variable initialization Signed-off-by: Kai Ye <yekai13@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
63655b62f5
commit
3d8c5f5a08
@ -48,7 +48,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…
Reference in New Issue
Block a user