Skip to content

Commit 719eafc

Browse files
committed
dmaengine: sdxi: ring: Remove low-value debug statement
The pointer value isn't useful and we use a single hardcoded ring size right now. Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent 7cda579 commit 719eafc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/dma/sdxi/ring.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ void sdxi_ring_state_init(struct sdxi_ring_state *rs, const __le64 *read_index,
4949
};
5050
spin_lock_init(&rs->lock);
5151
init_waitqueue_head(&rs->wqh);
52-
53-
pr_debug("initialized ring state at %p with %u entries\n",
54-
rs, rs->entries);
5552
}
5653
EXPORT_SYMBOL_IF_KUNIT(sdxi_ring_state_init);
5754

0 commit comments

Comments
 (0)