From: "Luiz Fernando N. Capitulino" drivers/media/dvb/frontends/stv0299.c:356: warning: unused variable `i' --- 25-akpm/drivers/media/dvb/frontends/stv0299.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/media/dvb/frontends/stv0299.c~stv0299-unused-var-fix drivers/media/dvb/frontends/stv0299.c --- 25/drivers/media/dvb/frontends/stv0299.c~stv0299-unused-var-fix 2004-04-03 03:00:06.736207496 -0800 +++ 25-akpm/drivers/media/dvb/frontends/stv0299.c 2004-04-03 03:00:06.739207040 -0800 @@ -353,7 +353,7 @@ static int tsa5059_set_tv_freq (struct d u8 addr; u32 div; u8 buf[4]; - int i, divisor, regcode; + int divisor, regcode; dprintk ("%s: freq %i, ftype %i\n", __FUNCTION__, freq, ftype); _