Skip to content

Commit

Permalink
V4L/DVB (11055): Fix typo in stv0900
Browse files Browse the repository at this point in the history
Signed-off-by: Igor M. Liplianin <liplianin@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Igor M. Liplianin authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 11a8414 commit 5765348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/stv0900_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ static s32 stv0900_carr_get_quality(struct dvb_frontend *fe,
dmd_reg(noise_field1, F0900_P1_NOSDATAT_NORMED1,
F0900_P2_NOSDATAT_NORMED1);
dmd_reg(noise_field0, F0900_P1_NOSDATAT_NORMED0,
F0900_P1_NOSDATAT_NORMED0);
F0900_P2_NOSDATAT_NORMED0);
}

if (stv0900_get_bits(i_params, lock_flag_field)) {
Expand Down

0 comments on commit 5765348

Please sign in to comment.