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

Commit 07df4931 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "crypto: msm: fix authdata copy issue in qcedev_sha_req_cb"

parents 40628cae 27868e66
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -340,8 +340,6 @@ void qcedev_sha_req_cb(void *cookie, unsigned char *digest,
	if (authdata) {
	if (authdata) {
		handle->sha_ctxt.auth_data[0] = auth32[0];
		handle->sha_ctxt.auth_data[0] = auth32[0];
		handle->sha_ctxt.auth_data[1] = auth32[1];
		handle->sha_ctxt.auth_data[1] = auth32[1];
		handle->sha_ctxt.auth_data[2] = auth32[2];
		handle->sha_ctxt.auth_data[3] = auth32[3];
	}
	}


	tasklet_schedule(&pdev->done_tasklet);
	tasklet_schedule(&pdev->done_tasklet);