mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 15:11:31 +00:00
V4L/DVB (3270): Tuner_dbg will show tuner param and range selected
- 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>
This commit is contained in:
parent
476d63d061
commit
bd0d0f59ca
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user