Skip to content

Commit

Permalink
V4L/DVB (6890): tda18271: fix typo in RF tracking filter calibration
Browse files Browse the repository at this point in the history
We want to set bits 1 & 2 on easy programming byte 4, not extended byte 4.

Thanks to David Wong for pointing this out.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Cc: David Wong <davidtlwong@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 2800b43 commit 26501a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/tda18271-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ static int tda18271_tune(struct dvb_frontend *fe,
tda18271_write_regs(fe, R_EB20, 1);

/* set CAL mode to RF tracking filter calibration */
regs[R_EB4] |= 0x03;
regs[R_EP4] |= 0x03;

/* calculate CAL PLL */

Expand Down

0 comments on commit 26501a7

Please sign in to comment.