Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Bug in stv0299.c?



Hi,

I found something strange in stv0299.c:

  p->frequency += derot_freq;

in FE_GET_FRONTEND doesn't look right.
Maybe it should be

  p->frequency = state->tuner_frequency + derot_freq;

Regards
-- 
   Roberto Ragusa    mail at robertoragusa.it




Home | Main Index | Thread Index