Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92356
b: refs/heads/master
c: 7f8447d
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent c68be28 commit 81233e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: be71f7dc73d3afe6d6998a04d5c46d415c3bc62c
refs/heads/master: 7f8447d13d3abaeb46d0e6ae2890a843aa09561f
6 changes: 4 additions & 2 deletions trunk/drivers/media/video/tuner-simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,10 @@ static int simple_config_lookup(struct dvb_frontend *fe,
*config = t_params->ranges[i].config;
*cb = t_params->ranges[i].cb;

tuner_dbg("freq = %d, range = %d, config = 0x%02x, cb = 0x%02x\n",
*frequency, i, *config, *cb);
tuner_dbg("freq = %d.%02d (%d), range = %d, "
"config = 0x%02x, cb = 0x%02x\n",
*frequency / 16, *frequency % 16 * 100 / 16, *frequency,
i, *config, *cb);

return i;
}
Expand Down

0 comments on commit 81233e6

Please sign in to comment.