Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Steven Toth and committed by
Mauro Carvalho Chehab
195ccf67 dd7d5013

+1 -1
+1 -1
drivers/media/dvb/frontends/mt2131.c
··· 116 116 f_lo1 = (f_lo1 / 250) * 250; 117 117 f_lo2 = f_lo1 - freq - MT2131_IF2; 118 118 119 - priv->frequency = (f_lo1 - f_lo2 - MT2131_IF2) * 1000, 119 + priv->frequency = (f_lo1 - f_lo2 - MT2131_IF2) * 1000; 120 120 121 121 /* Frequency LO1 = 16MHz * (DIV1 + NUM1/8192 ) */ 122 122 num1 = f_lo1 * 64 / (MT2131_FREF / 128);