Explorar o código

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

Linux Build Service Account %!s(int64=6) %!d(string=hai) anos
pai
achega
20ecda1ebf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dsp/q6asm.c

+ 1 - 1
dsp/q6asm.c

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