Mailing List archive

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

[linux-dvb] Re: AbverMedia DVB-T 771(mt352 frontend) FIXED AGAIN



Peter Henderson wrote:
> Looks like I've fixed the int underflow problem, but created an overflow 
> for hi frequencies.
> 
> Can we patch mt352.c again.
> -       tmp = ((param->frequency*6)/1000000) + IF_FREQUENCYx6;
> +       tmp = ((param->frequency*3)/500000) + IF_FREQUENCYx6;
> 
> 
> as 834000000*6 >  2^32

Comitted to CVS.

Johannes




Home | Main Index | Thread Index