soc: qcom: avoid calling sleeping functions in interrupt context
Since glink callbacks are called in interrupt context, avoid using
functions that can sleep in the callbacks. Use separate work queue
to free the buffer.
Change-Id: I8abae4becb4c4ac1feb8794db4d2a6bb378943ac
Signed-off-by:
Vidyakumar Athota <vathota@codeaurora.org>
Loading
Please register or sign in to comment