Эх сурвалжийг харах

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

Linux Build Service Account 6 жил өмнө
parent
commit
20ecda1ebf
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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();