soc: qcom: pdr: Add logging after indack is sent

This change adds logging after the indack is sent. This helps in debugging
the communication between APSS and Q6.

Change-Id: I0c4a89480e684dff4eb91e95fe4071f6b90824f9
Signed-off-by: Siddharth Gupta <sidgup@codeaurora.org>
Signed-off-by: Gokul krishna Krishnakumar <quic_gokukris@quicinc.com>
This commit is contained in:
Gokul krishna Krishnakumar 2021-03-25 13:56:52 -07:00 committed by Guru Das Srinagesh
parent 30ea05d7e3
commit e4dd10a51a

View File

@ -288,6 +288,9 @@ static void pdr_indack_work(struct work_struct *work)
/* Ack the indication after clients release the PD resources */
pdr_send_indack_msg(pdr, pds, ind->transaction_id);
pr_info("PDR: Indication ack sent to %s, state: 0x%x, trans-id: %d\n",
pds->service_path, pds->state, ind->transaction_id);
mutex_lock(&pdr->list_lock);
list_del(&ind->node);
mutex_unlock(&pdr->list_lock);