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

Commit b60fb8e7 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 8164a415 04708e34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1086,7 +1086,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();