commit | f927c46085c06c6caa52fb2960851a50df715335 | [log] [tgz] |
---|---|---|
author | Sriranjan Srikantam <cssrika@codeaurora.org> | Tue Jan 15 17:06:29 2013 +0530 |
committer | Sriranjan Srikantam <cssrika@codeaurora.org> | Thu Jan 24 14:10:33 2013 +0530 |
tree | 8febbaa5d47aacad2857b99eef1efa4519dbf6b0 | |
parent | 20261adeeaedcde58f9733ea1a535adcc6c327bd [diff] |
qdsp5: mvs: Fix kernel panic due to early closure of endpont MVS driver closes the RPC endpoint while it sends reply to the RPC read sometimes. The RPC write for this reply results in crash as endpoint is already closed. Wait for RPC read and reply to complete before closing the endpoint. CRs-Fixed: 443706 Change-Id: Ia1918082118f23ab9aefec1c3a04908d8d8c1199 Signed-off-by: Sriranjan Srikantam <cssrika@codeaurora.org>