Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94920
b: refs/heads/master
c: 397be5c
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 29, 2008
1 parent bfe7a86 commit 66d3bd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4bf1226a7018bf79d05e0ce59244d702819529d1
refs/heads/master: 397be5c4d66e6583ce3d38b0f99a56eb9818492b
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,8 +730,10 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg)
struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops;
struct analog_demod_ops *analog_ops = &t->fe.ops.analog_ops;

if (tuner_debug>1)
if (tuner_debug > 1) {
v4l_i2c_print_ioctl(client,cmd);
printk("\n");
}

switch (cmd) {
/* --- configuration --- */
Expand Down

0 comments on commit 66d3bd3

Please sign in to comment.