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

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

Merge "qcom: scm-pas: Make a call to scm_pas_disable_bw when DMA allocation fails"

parents ebe2f7ff 90052e3a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -152,6 +152,7 @@ int pas_init_image(enum pas_id id, const u8 *metadata, size_t size)
					&attrs);
	if (!mdata_buf) {
		pr_err("Allocation for metadata failed.\n");
		scm_pas_disable_bw();
		return -ENOMEM;
	}