mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
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:
parent
30ea05d7e3
commit
e4dd10a51a
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user