Skip to content

Commit 303a5ec

Browse files
committed
dmaengine: sdxi: device: Drop capability debug statement
Most of the info in this debug statement isn't relevant to what the driver actually does at this point. Once we drop this, a handful of fields in sdxi_dev effectively become unused. Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent 5e1fac3 commit 303a5ec

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

drivers/dma/sdxi/device.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,6 @@ static int sdxi_fn_activate(struct sdxi_dev *sdxi)
214214
FIELD_GET(SDXI_MMIO_CAP1_OPB_000_CAP, cap1));
215215
sdxi_write64(sdxi, SDXI_MMIO_CTL2, ctl2);
216216

217-
sdxi_dbg(sdxi,
218-
"sfunc:%#x descmax:%llu dbstride:%#x akeymax:%u cxtmax:%u opgrps:%#x\n",
219-
sdxi->sfunc, sdxi->max_ring_entries, sdxi->db_stride,
220-
sdxi->max_akeys, sdxi->max_cxtid, sdxi->op_grp_cap);
221-
222217
/* SDXI 1.0 4.1.8.2 Context Level 2 Table Setup */
223218
sdxi->L2_table = dmam_alloc_coherent(sdxi_to_dev(sdxi), L2_TABLE_SIZE,
224219
&sdxi->L2_dma, GFP_KERNEL);

0 commit comments

Comments
 (0)