aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/tda18271-fe.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-12-21 14:28:46 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:04:13 -0200
commit26501a703d9eca3b42d793d2e2553c33744097b9 (patch)
tree9acb41d93eeb0aa8a6c2f7b0c5016c5e23aa8d9a /drivers/media/dvb/frontends/tda18271-fe.c
parentV4L/DVB (6888): Add Hauppauge tuner type 150 defintion (diff)
downloadlinux-dev-26501a703d9eca3b42d793d2e2553c33744097b9.tar.xz
linux-dev-26501a703d9eca3b42d793d2e2553c33744097b9.zip
V4L/DVB (6890): tda18271: fix typo in RF tracking filter calibration
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>
Diffstat (limited to '')
-rw-r--r--drivers/media/dvb/frontends/tda18271-fe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda18271-fe.c b/drivers/media/dvb/frontends/tda18271-fe.c
index 3c0f06e1f47d..8eaeb057282a 100644
--- a/drivers/media/dvb/frontends/tda18271-fe.c
+++ b/drivers/media/dvb/frontends/tda18271-fe.c
@@ -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 */