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

Commit c1ff0235 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: Do not clear segments if pil boot failed in memory allocation" into msm-4.9

parents 20b49637 b55b223c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -928,7 +928,7 @@ int pil_boot(struct pil_desc *desc)
					desc->attrs);
			priv->region = NULL;
		}
		if (desc->clear_fw_region)
		if (desc->clear_fw_region && priv->region_start)
			pil_clear_segment(desc);
		pil_release_mmap(desc);
	}