soc: qcom: fix race condition while freeing private data
WDSP private data structure is freed in wdsp_glink_release() but some of the member variables like work_queue pointer is accessed even after free. Fix this issue by making sure that glink callback functions are finished execution before freeing up wdsp private data structure. Change-Id: Ia4dd9d667109168874dc9188d70741cb9541b0c6 Signed-off-by:Vidyakumar Athota <vathota@codeaurora.org> Signed-off-by:
Ashish Jain <ashishj@codeaurora.org>
Loading
Please register or sign in to comment