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

Commit f1e5ee45 authored by Markus Rechberger's avatar Markus Rechberger Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (3325): Disabled debug on by default in tvp5150



disabled debug on by default in tvp5150

Signed-off-by: default avatarMarkus Rechberger <mrechberger@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent df821f75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1182,7 +1182,7 @@ static int tvp5150_detect_client(struct i2c_adapter *adapter,
		return rv;
	}

//	if (debug > 1)
	if (debug > 1)
		dump_reg(c);
	return 0;
}