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

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
...@@ -1182,7 +1182,7 @@ static int tvp5150_detect_client(struct i2c_adapter *adapter, ...@@ -1182,7 +1182,7 @@ static int tvp5150_detect_client(struct i2c_adapter *adapter,
return rv; return rv;
} }
// if (debug > 1) if (debug > 1)
dump_reg(c); dump_reg(c);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment