Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b913908 authored by Steven Toth's avatar Steven Toth Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (8467): cx23885: Minor cleanup to the debuging output for a specific register.



Don't display the register when it's not appropriate for the specific port.

Signed-off-by: default avatarSteven Toth <stoth@hauppauge.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 52ce27bf
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1011,6 +1011,7 @@ static void cx23885_tsport_reg_dump(struct cx23885_tsport *port)
		port->reg_gpcnt_ctl, cx_read(port->reg_gpcnt_ctl));
	dprintk(1, "%s() dma_ctl(0x%08X)        0x%08x\n", __func__,
		port->reg_dma_ctl, cx_read(port->reg_dma_ctl));
	if (port->reg_src_sel)
		dprintk(1, "%s() src_sel(0x%08X)        0x%08x\n", __func__,
			port->reg_src_sel, cx_read(port->reg_src_sel));
	dprintk(1, "%s() lngth(0x%08X)          0x%08x\n", __func__,