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

V4L/DVB (11055): Fix typo in stv0900

Signed-off-by: Igor M. Liplianin <liplianin@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Igor M. Liplianin and committed by
Mauro Carvalho Chehab
5765348c 11a84143

+1 -1
+1 -1
drivers/media/dvb/frontends/stv0900_core.c
··· 667 667 dmd_reg(noise_field1, F0900_P1_NOSDATAT_NORMED1, 668 668 F0900_P2_NOSDATAT_NORMED1); 669 669 dmd_reg(noise_field0, F0900_P1_NOSDATAT_NORMED0, 670 - F0900_P1_NOSDATAT_NORMED0); 670 + F0900_P2_NOSDATAT_NORMED0); 671 671 } 672 672 673 673 if (stv0900_get_bits(i_params, lock_flag_field)) {