Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174195
b: refs/heads/master
c: 289a774
h: refs/heads/master
i:
  174193: 95564f9
  174191: 09286a5
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent e009e32 commit cced656
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 516e24d78feb4dded16df0053bd0e7c7f68fafa2
refs/heads/master: 289a774bf53b366393e51b4f512b610bfb5fdd9d
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/pt1/va1j5jf8007s.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ va1j5jf8007s_tune(struct dvb_frontend *fe,
{
struct va1j5jf8007s_state *state;
int ret;
int lock;
int lock = 0;

state = fe->demodulator_priv;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/pt1/va1j5jf8007t.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ va1j5jf8007t_tune(struct dvb_frontend *fe,
{
struct va1j5jf8007t_state *state;
int ret;
int lock, retry;
int lock = 0, retry = 0;

state = fe->demodulator_priv;

Expand Down

0 comments on commit cced656

Please sign in to comment.