commit | 0377c0630e722c01e31601d069700c4f4b880bdb | [log] [tgz] |
---|---|---|
author | Dennis Cagle <dcagle@codeaurora.org> | Tue Apr 10 10:47:20 2018 -0700 |
committer | Dennis Cagle <dcagle@codeaurora.org> | Tue Apr 10 11:57:16 2018 -0700 |
tree | e81aaa1a0e09880211d36cef66b1c86a2bff715b | |
parent | ccf21f8533d54a3b3bd2b50d1a65745b6498607b [diff] |
sound: rawmidi: Move spinlock under realloc_mutex A merge conflict resolution of commit e57f781805f0 ("ANDROID: sound: rawmidi: Hold lock around realloc") placed a realloc_mutex lock inside of a runtime->lock irq spinlock. The mutex lock has to encompass the spinlock to avoid attempts to sleep in an invalid context. Change-Id: I9333a01615c54fea3788f32955f40ae4b7a812a0 Signed-off-by: Dennis Cagle <dcagle@codeaurora.org>