Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357356
b: refs/heads/master
c: fd53744
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 22, 2013
1 parent 213e05d commit 838539f
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: a77cfcac79c7b171d344e2bc0f05c075bc1fcfb2
refs/heads/master: fd53744efea8bf845dc54bd3095be6203b1b07a1
6 changes: 5 additions & 1 deletion trunk/drivers/media/dvb-frontends/mb86a20s.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,10 @@ static int mb86a20s_initfe(struct dvb_frontend *fe)
goto err;
}

err:
if (fe->ops.i2c_gate_ctrl)
fe->ops.i2c_gate_ctrl(fe, 1);

err:
if (rc < 0) {
state->need_init = true;
printk(KERN_INFO "mb86a20s: Init failed. Will try again later\n");
Expand Down Expand Up @@ -363,6 +363,10 @@ static int mb86a20s_set_frontend(struct dvb_frontend *fe)

dprintk("\n");

/*
* Gate should already be opened, but it doesn't hurt to
* double-check
*/
if (fe->ops.i2c_gate_ctrl)
fe->ops.i2c_gate_ctrl(fe, 1);
dprintk("Calling tuner set parameters\n");
Expand Down

0 comments on commit 838539f

Please sign in to comment.