Skip to content

Commit

Permalink
V4L/DVB (3270): Tuner_dbg will show tuner param and range selected
Browse files Browse the repository at this point in the history
- tuner_dbg will show tuner param and range selected

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Feb 7, 2006
1 parent 476d63d commit bd0d0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/tuner-simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static void default_set_tv_freq(struct i2c_client *c, unsigned int freq)
/* i == 0 -> VHF_LO
* i == 1 -> VHF_HI
* i == 2 -> UHF */
tuner_dbg("tv: range %d\n",i);
tuner_dbg("tv: param %d, range %d\n",j,i);

div=freq + IFPCoff + offset;

Expand Down

0 comments on commit bd0d0f5

Please sign in to comment.