Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kai Ye and committed by
Herbert Xu
3d8c5f5a 63655b62

+1 -1
+1 -1
drivers/crypto/rockchip/rk3288_crypto_ahash.c
··· 48 48 { 49 49 struct ahash_request *req = ahash_request_cast(dev->async_req); 50 50 struct rk_ahash_rctx *rctx = ahash_request_ctx(req); 51 - int reg_status = 0; 51 + int reg_status; 52 52 53 53 reg_status = CRYPTO_READ(dev, RK_CRYPTO_CTRL) | 54 54 RK_CRYPTO_HASH_FLUSH | _SBF(0xffff, 16);