commit | 26caa9e6286a57434db0be2e9ddedd6d67b3d9d9 | [log] [tgz] |
---|---|---|
author | Jeff Hugo <jhugo@codeaurora.org> | Wed Nov 02 18:49:46 2011 -0600 |
committer | Jeff Hugo <jhugo@codeaurora.org> | Thu Nov 03 16:10:07 2011 -0600 |
tree | 3a54487708216943dfbdf2449287ec3be60e514b | |
parent | c974993fb775d49b501bc9a27da74ecfeb50b93c [diff] |
msm: bam_dmux: remove obsolete mutex The global mux lock is no longer shared between open/close and write operations so there will not be any contention for the resource the lock protected. Thus remove the lock as it has no real purpose and introduces performance reducing operations. Change-Id: If9c6d64ecbbaae8563a3d69921849ffcfd3dc493 Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>