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

disabled debug on by default in tvp5150

Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Markus Rechberger 2006-02-07 04:01:19 +01:00 committed by Mauro Carvalho Chehab
parent df821f758c
commit f1e5ee45b4

View file

@ -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;
}