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

Commit e9b04870 authored by Mona Hossain's avatar Mona Hossain
Browse files

qseecom: Fix issue related to retrieving pipe for PFE



Incorrect  parameter is overwritten when reading information
related to what pipe is used for PFE feature.

Change-Id: I6747fa0b8b99d937475d3d12e2f9ed9a723f91bb
Signed-off-by: default avatarMona Hossain <mhossain@codeaurora.org>
parent 8c0c40d9
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;