summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-06-21 04:04:07 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-06-21 04:04:07 -0700
commitb60fb8e724302775f3f0f933589ab3921741297c (patch)
tree72231d2f5b83c8e8ecf5aada4c3fdf8ccc4513a0 /sound
parent8164a41508422c3cd192b1a6e13f3f4398eb4263 (diff)
parent04708e34ee78a982ea21038ada314e08ce89b039 (diff)
Merge "ASoC: msm: qdsp6v2: Fix rtac memory unmap issue in ASM driver"
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/msm/qdsp6v2/q6asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/msm/qdsp6v2/q6asm.c b/sound/soc/msm/qdsp6v2/q6asm.c
index 9d3fa1afeb6d..0ad15e90bfc6 100644
--- a/sound/soc/msm/qdsp6v2/q6asm.c
+++ b/sound/soc/msm/qdsp6v2/q6asm.c
@@ -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();