]> err.no Git - linux-2.6/commitdiff
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 58fa0d29962b77c37dfc8fd8c2ecf85bf599215f..17e29cc60c90e13dd0bc80bd4f19c8545fe1ba64 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;