commit | 32ba95deb15c77a57c470eb46dbf64abd4c947d3 | [log] [tgz] |
---|---|---|
author | Mohammed Nayeem Ur Rahman <mohara@codeaurora.org> | Fri Jul 26 17:31:37 2019 +0530 |
committer | wya <wya@codeaurora.org> | Sun Aug 25 07:45:35 2019 +0800 |
tree | d17c36e9c4e99941564930e29bca552387f3c2b2 | |
parent | 79457f1020bc4eed750fdc459e021d465a437cc6 [diff] |
adsprpc: Fix glink receive function not to be called in IRQ context glink receive acknowledge function was called from IRQ context This function can sleep and since function that can sleep cannot be called from Interrupt context, moved this. Change-Id: I838dffae2011e016ff3a7ac90e3556eeb4689220 Signed-off-by: Mohammed Nayeem Ur Rahman <mohara@codeaurora.org>