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

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

Merge "qseecom: Fix issue related to retrieving pipe for PFE"

parents 894d3e29 e9b04870
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4408,7 +4408,7 @@ static int qseecom_probe(struct platform_device *pdev)
		if (qseecom.support_pfe) {
			if (of_property_read_u32((&pdev->dev)->of_node,
				"qcom,file-encrypt-pipe-pair",
				&qseecom.ce_info.disk_encrypt_pipe)) {
				&qseecom.ce_info.file_encrypt_pipe)) {
				pr_err("Fail to get PFE pipe information.\n");
				rc = -EINVAL;
				goto exit_destroy_ion_client;