Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96664
b: refs/heads/master
c: 10ed0bf
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed May 14, 2008
1 parent 3917fdf commit ad36ab0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20f4206379260e3ca02c8ee57bc3da9b0c7d09da
refs/heads/master: 10ed0bf4af00c25590e8bfca344d8dec5c3637ae
6 changes: 5 additions & 1 deletion trunk/drivers/media/common/tuners/tda18271-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ static int tda18271c1_rf_tracking_filter_calibration(struct dvb_frontend *fe,
{
struct tda18271_priv *priv = fe->tuner_priv;
unsigned char *regs = priv->tda18271_regs;
int ret;
u32 N = 0;

/* calculate bp filter */
Expand Down Expand Up @@ -713,7 +714,10 @@ static int tda18271c1_rf_tracking_filter_calibration(struct dvb_frontend *fe,

tda18271_calc_main_pll(fe, N);

tda18271_write_regs(fe, R_EP3, 11);
ret = tda18271_write_regs(fe, R_EP3, 11);
if (ret < 0)
return ret;

msleep(5); /* RF tracking filter calibration initialization */

/* search for K,M,CO for RF calibration */
Expand Down

0 comments on commit ad36ab0

Please sign in to comment.