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>
Loading
Please register or sign in to comment