Commit 6a1b262f authored by Erik Andrén's avatar Erik Andrén Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (13881): gspca - stv06xx: Clean up the dump bridge function

parent fb8253ba
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -219,6 +219,7 @@ static void stv06xx_dump_bridge(struct sd *sd)
		info("Read 0x%x from address 0x%x", data, i);
	}

	info("Testing stv06xx bridge registers for writability");
	for (i = 0x1400; i < 0x160f; i++) {
		stv06xx_read_bridge(sd, i, &data);
		buf = data;