Commit bd0d0f59 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab

V4L/DVB (3270): Tuner_dbg will show tuner param and range selected

- tuner_dbg will show tuner param and range selected
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 476d63d0
...@@ -188,7 +188,7 @@ static void default_set_tv_freq(struct i2c_client *c, unsigned int freq) ...@@ -188,7 +188,7 @@ static void default_set_tv_freq(struct i2c_client *c, unsigned int freq)
/* i == 0 -> VHF_LO /* i == 0 -> VHF_LO
* i == 1 -> VHF_HI * i == 1 -> VHF_HI
* i == 2 -> UHF */ * i == 2 -> UHF */
tuner_dbg("tv: range %d\n",i); tuner_dbg("tv: param %d, range %d\n",j,i);
div=freq + IFPCoff + offset; div=freq + IFPCoff + offset;
......
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