Merge "dsp: Fix rtac memory unmap issue in ASM driver" into audio-drivers.lnx.3.0

This commit is contained in:
Linux Build Service Account 2018-06-18 16:42:56 -07:00 committed by Gerrit - the friendly Code Review server
commit 20ecda1ebf

View file

@ -952,7 +952,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();