mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 22:53:18 +00:00
V4L/DVB (6403): mt2131: replace comma with semicolon fix
Semicolon fix. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
dd7d5013cd
commit
195ccf6773
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ static int mt2131_set_params(struct dvb_frontend *fe,
|
|||
f_lo1 = (f_lo1 / 250) * 250;
|
||||
f_lo2 = f_lo1 - freq - MT2131_IF2;
|
||||
|
||||
priv->frequency = (f_lo1 - f_lo2 - MT2131_IF2) * 1000,
|
||||
priv->frequency = (f_lo1 - f_lo2 - MT2131_IF2) * 1000;
|
||||
|
||||
/* Frequency LO1 = 16MHz * (DIV1 + NUM1/8192 ) */
|
||||
num1 = f_lo1 * 64 / (MT2131_FREF / 128);
|
||||
|
|
Loading…
Reference in a new issue