commit | 02409497efbbfc0006cc92667b0ee6502673a90c | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Apr 08 15:58:11 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Apr 08 15:58:10 2013 -0700 |
tree | 86978a2491f87d6cc546a164a3cbb8be47fce9ed | |
parent | d1c400d93ea7acea9ed1fc5f89ee65faa1c7e72f [diff] | |
parent | c527ab55e2c134c3165432d02985ff4e9433e49e [diff] |
Merge "ASoC: msm: qdsp6v2: Fix crash while unmap in NT mode encoders."
diff --git a/sound/soc/msm/qdsp6v2/q6asm.c b/sound/soc/msm/qdsp6v2/q6asm.c index fffd0b3..c2b824f 100644 --- a/sound/soc/msm/qdsp6v2/q6asm.c +++ b/sound/soc/msm/qdsp6v2/q6asm.c
@@ -2866,6 +2866,7 @@ if (buf_node->buf_addr_lsw == buf_add) { list_del(&buf_node->list); kfree(buf_node); + break; } } rc = 0;