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

Commit 0328ac26 authored by Uri Simchoni's avatar Uri Simchoni Committed by Herbert Xu
Browse files

crypto: mv_cesa - Invoke the user callback from a softirq context



Invoke the user callback from a softirq context

Signed-off-by: default avatarUri Simchoni <uri@jdland.co.il>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 975d2603
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -275,7 +275,9 @@ static void dequeue_complete_req(void)
		sg_miter_stop(&cpg->p.dst_sg_it);
		mv_crypto_algo_completion();
		cpg->eng_st = ENGINE_IDLE;
		local_bh_disable();
		req->base.complete(&req->base, 0);
		local_bh_enable();
	}
}