Skip to content

Commit

Permalink
V4L/DVB (3325): Disabled debug on by default in tvp5150
Browse files Browse the repository at this point in the history
disabled debug on by default in tvp5150

Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Markus Rechberger authored and Mauro Carvalho Chehab committed Feb 7, 2006
1 parent df821f7 commit f1e5ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/tvp5150.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f1e5ee4

Please sign in to comment.