Merge "soc: qcom: signal buffer response after glink_rx_done()"
This commit is contained in:
commit
9a5e4de102
1 changed files with 1 additions and 1 deletions
|
@ -161,8 +161,8 @@ static void wdsp_glink_notify_rx(void *handle, const void *priv,
|
||||||
wpriv->rsp_cnt = ++rsp_cnt;
|
wpriv->rsp_cnt = ++rsp_cnt;
|
||||||
mutex_unlock(&wpriv->rsp_mutex);
|
mutex_unlock(&wpriv->rsp_mutex);
|
||||||
|
|
||||||
complete(&wpriv->rsp_complete);
|
|
||||||
glink_rx_done(handle, ptr, true);
|
glink_rx_done(handle, ptr, true);
|
||||||
|
complete(&wpriv->rsp_complete);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue