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

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

Merge "ASoC: msm: qdsp6v2: Fix rtac memory unmap issue in ASM driver"

parents 4a49711d 1d5371af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -898,7 +898,7 @@ int q6asm_unmap_rtac_block(uint32_t *mem_map_handle)
			__func__, result2);
		result = result2;
	} else {
		mem_map_handle = 0;
		*mem_map_handle = 0;
	}

	result2 = q6asm_mmap_apr_dereg();