Skip to content

Commit 175e663

Browse files
grygoriySSantoshShilimkar
authored andcommitted
soc: ti: k3-ringacc: add ring's flags to dump
Add struct k3_ring *ring->flags to the ring dump. Signed-off-by: Grygorii Strashko <[email protected]> Reviewed-by: Peter Ujfalusi <[email protected]> Signed-off-by: Santosh Shilimkar <[email protected]>
1 parent 6b3da0b commit 175e663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/ti/k3-ringacc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ static void k3_ringacc_ring_dump(struct k3_ring *ring)
253253
&ring->ring_mem_dma);
254254
dev_dbg(dev, "dump elmsize %d, size %d, mode %d, proxy_id %d\n",
255255
ring->elm_size, ring->size, ring->mode, ring->proxy_id);
256+
dev_dbg(dev, "dump flags %08X\n", ring->flags);
256257

257258
dev_dbg(dev, "dump ring_rt_regs: db%08x\n", readl(&ring->rt->db));
258259
dev_dbg(dev, "dump occ%08x\n", readl(&ring->rt->occ));

0 commit comments

Comments
 (0)