soc: qcom: glink_ssr: Move queue_rx_intent after glink_tx
Rx intent is queued before glink_tx, which is wrong order.
If rx_inetnt is queued and glink_fails, then remote side can
use queued intent for future glink_ssr message. Which will cause
sequence mismatch issue.
Queue rx inetnt only after glink_tx is successful.
CRs-Fixed: 2163485
Change-Id: Ife8960027238c68d69e551744ed5a1c3fb55dbbf
Signed-off-by:
Dhoat Harpal <hdhoat@codeaurora.org>
Loading
Please register or sign in to comment