Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d98a949b authored by Corentin LABBE's avatar Corentin LABBE Committed by Herbert Xu
Browse files

crypto: sun4i-ss - clean unused ss



The ss variable is never used, remove it.

Signed-off-by: default avatarLABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 477d9b2e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -32,12 +32,10 @@ int sun4i_hash_init(struct ahash_request *areq)
	struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq);
	struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg);
	struct sun4i_ss_alg_template *algt;
	struct sun4i_ss_ctx *ss;

	memset(op, 0, sizeof(struct sun4i_req_ctx));

	algt = container_of(alg, struct sun4i_ss_alg_template, alg.hash);
	ss = algt->ss;
	op->ss = algt->ss;
	op->mode = algt->mode;