Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164098
b: refs/heads/master
c: b5d1897
h: refs/heads/master
v: v3
  • Loading branch information
Henk Vergonet authored and Mauro Carvalho Chehab committed Sep 19, 2009
1 parent 20aeb8d commit 87fe177
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ecda427340b7bb5c61fbf18857645286c2bfec6c
refs/heads/master: b5d189702b56c5d09bec71798c0314090b36116d
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/tuners/tda18271-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ static int tda18271c2_rf_tracking_filters_correction(struct dvb_frontend *fe,
tda18271_lookup_map(fe, RF_CAL_DC_OVER_DT, &freq, &dc_over_dt);

/* calculate temperature compensation */
rfcal_comp = dc_over_dt * (tm_current - priv->tm_rfcal);
rfcal_comp = dc_over_dt * (tm_current - priv->tm_rfcal) / 1000;

regs[R_EB14] = approx + rfcal_comp;
ret = tda18271_write_regs(fe, R_EB14, 1);
Expand Down

0 comments on commit 87fe177

Please sign in to comment.