Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76743
b: refs/heads/master
c: 839c6c9
h: refs/heads/master
i:
  76741: a1a0bb7
  76739: 92df7d7
  76735: e2597d1
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 6683b2a commit a6500af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 518d87399baee908b0353bc0ef7d41c3c46295ec
refs/heads/master: 839c6c96d05894815b7af0dff22b710ce5a4373a
5 changes: 5 additions & 0 deletions trunk/drivers/media/dvb/frontends/tda18271-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,11 @@ static int tda18271_calc_rf_filter_curve(struct dvb_frontend *fe)
static int tda18271_rf_cal_init(struct dvb_frontend *fe)
{
struct tda18271_priv *priv = fe->tuner_priv;
unsigned char *regs = priv->tda18271_regs;

/* test RF_CAL_OK to see if we need init */
if ((regs[R_EP1] & 0x10) == 0)
priv->cal_initialized = false;

if (priv->cal_initialized)
return 0;
Expand Down

0 comments on commit a6500af

Please sign in to comment.