mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
i3c: mipi-i3c-hci: Uniform ring number printouts
Use the same "Ring" prefix in all prints that print out the ring number. Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Link: https://lore.kernel.org/r/20250827103009.243771-4-jarkko.nikula@linux.intel.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
422d0e401e
commit
4470c85ed5
|
|
@ -775,7 +775,7 @@ static bool hci_dma_irq_handler(struct i3c_hci *hci)
|
|||
u32 ring_status;
|
||||
|
||||
dev_notice_ratelimited(&hci->master.dev,
|
||||
"ring %d: Transfer Aborted\n", i);
|
||||
"Ring %d: Transfer Aborted\n", i);
|
||||
mipi_i3c_hci_resume(hci);
|
||||
ring_status = rh_reg_read(RING_STATUS);
|
||||
if (!(ring_status & RING_STATUS_RUNNING) &&
|
||||
|
|
@ -795,7 +795,7 @@ static bool hci_dma_irq_handler(struct i3c_hci *hci)
|
|||
}
|
||||
if (status & INTR_IBI_RING_FULL)
|
||||
dev_err_ratelimited(&hci->master.dev,
|
||||
"ring %d: IBI Ring Full Condition\n", i);
|
||||
"Ring %d: IBI Ring Full Condition\n", i);
|
||||
|
||||
handled = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user