Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76431
b: refs/heads/master
c: 3b0c453
h: refs/heads/master
i:
  76429: 4d19f8e
  76427: f49c61b
  76423: f43b632
  76415: 9f23e8a
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent f3e697a commit 301ea5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 5efab70958186d2bd63ab27b9465fce202352143
refs/heads/master: 3b0c453aa78be253b4414cd337c9975f91e2c894
6 changes: 4 additions & 2 deletions trunk/drivers/media/dvb/frontends/tda827x.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,11 +796,13 @@ static int tda827x_probe_version(struct dvb_frontend *fe)
dprintk("tda827x tuner found\n");
fe->ops.tuner_ops.init = tda827x_init;
fe->ops.tuner_ops.sleep = tda827xo_sleep;
priv->cfg->agcf = tda827xo_agcf;
if (priv->cfg)
priv->cfg->agcf = tda827xo_agcf;
} else {
dprintk("tda827xa tuner found\n");
memcpy(&fe->ops.tuner_ops, &tda827xa_tuner_ops, sizeof(struct dvb_tuner_ops));
priv->cfg->agcf = tda827xa_agcf;
if (priv->cfg)
priv->cfg->agcf = tda827xa_agcf;
}
return 0;
}
Expand Down

0 comments on commit 301ea5c

Please sign in to comment.