mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 19:21:28 +02:00
Merge "soc: qcom: pdr: Add logging after indack is sent"
This commit is contained in:
commit
59eb204df3
|
|
@ -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