Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320109
b: refs/heads/master
c: 993568d
h: refs/heads/master
i:
  320107: b624da7
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jul 6, 2012
1 parent 67c0f5e commit 43097d0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4807063faa08f279b4ca9c2b1f0101a4670f7d43
refs/heads/master: 993568d4912aa5f4692b060496a4a8d487b86515
5 changes: 3 additions & 2 deletions trunk/drivers/media/dvb/frontends/stv090x.c
Original file line number Diff line number Diff line change
Expand Up @@ -3411,9 +3411,10 @@ static enum stv090x_signal_state stv090x_algo(struct stv090x_state *state)
/* Reset the packet Error counter2 */
if (STV090x_WRITE_DEMOD(state, ERRCTRL2, 0xc1) < 0)
goto err;
} else
} else {
signal_state = STV090x_NODATA;

stv090x_chk_signal(state);
}
}
return signal_state;

Expand Down

0 comments on commit 43097d0

Please sign in to comment.