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

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

Merge "ASoC: qcom: qdsp6v2: update sanity check"

parents f7326407 4be82ad1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -437,9 +437,9 @@ static void audio_aio_unmap_ion_region(struct q6audio_aio *audio)
	pr_debug("%s[%p]:\n", __func__, audio);
	list_for_each_safe(ptr, next, &audio->ion_region_queue) {
		region = list_entry(ptr, struct audio_aio_ion_region, list);
		if (region != NULL) {
			pr_debug("%s[%p]: phy_address = 0x%pa\n",
				__func__, audio, &region->paddr);
		if (region != NULL) {
			rc = q6asm_memory_unmap(audio->ac,
						region->paddr, IN);
			if (rc < 0)