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

Commit 6f917d1c authored by AnilKumar Chimata's avatar AnilKumar Chimata
Browse files

crypto: msm: ota: fix f9 failure



Recent changes in qce50 driver cause inconsitency between ota_crypto
dirver and qce50 driver on the f9 completion callback. Fix the
inconsistency.

Change-Id: I5547a37a4061ec5df107923f80ff18687b66aaf3
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
parent 38542b15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -273,7 +273,7 @@ static void f9_cb(void *cookie, unsigned char *icv, unsigned char *iv,
	struct ota_qce_dev *pqce;

	pqce = areq->pqce;
	areq->req.f9_req.mac_i  = (uint32_t) icv;
	areq->req.f9_req.mac_i  = *((uint32_t *)icv);

	if (ret) {
		pqce->err_req++;