V4L/DVB (3270): Tuner_dbg will show tuner param and range selected
authorMichael Krufky <mkrufky@linuxtv.org>
Tue, 7 Feb 2006 08:25:35 +0000 (06:25 -0200)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 7 Feb 2006 08:25:35 +0000 (06:25 -0200)
- 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>
drivers/media/video/tuner-simple.c

index 58fa0d2..17e29cc 100644 (file)
@@ -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;