commit | 35f3b11291590b1def1a0f76aeec4f1b547cc19d | [log] [tgz] |
---|---|---|
author | Aravind Kumar <akumark@codeaurora.org> | Tue Apr 08 20:54:33 2014 +0530 |
committer | Aravind Kumar <akumark@codeaurora.org> | Thu Apr 10 20:21:56 2014 +0530 |
tree | 33ca9c9679b8dfc1f909b9f2fa0a08442e55c777 | |
parent | 5c6f4d4b1d2aaf1202d0817a3942173ce80173ac [diff] |
ASoC: msm: qdsp6v2: add check for NULL dereference The asm loopback driver during close does not check for NULL before closing the playback and capture instances. The change ensures only the valid playback/capture instances are closed. CRs-Fixed: 643724 Change-Id: I3373f62a2413e1497b6f8a401158444cd2870b2a Signed-off-by: Aravind Kumar <akumark@codeaurora.org>