Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118695
b: refs/heads/master
c: 3b37a15
h: refs/heads/master
i:
  118693: 580a89b
  118691: beed223
  118687: de76d91
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Nov 11, 2008
1 parent 3f1a332 commit 95b9346
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f7378995951a2c5e4e836df84e5669bc72c8dda8
refs/heads/master: 3b37a15c2d75585cc0da49b8e69345af91e227ce
2 changes: 2 additions & 0 deletions trunk/drivers/media/dvb/dvb-core/dvb_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ static void dvb_frontend_init(struct dvb_frontend *fe)
if (fe->ops.init)
fe->ops.init(fe);
if (fe->ops.tuner_ops.init) {
if (fe->ops.i2c_gate_ctrl)
fe->ops.i2c_gate_ctrl(fe, 1);
fe->ops.tuner_ops.init(fe);
if (fe->ops.i2c_gate_ctrl)
fe->ops.i2c_gate_ctrl(fe, 0);
Expand Down

0 comments on commit 95b9346

Please sign in to comment.