Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17381
b: refs/heads/master
c: f2a3331
h: refs/heads/master
i:
  17379: 6808611
v: v3
  • Loading branch information
d binderman authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent cf7526f commit 7768fea
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7560d7a4f9add362d60d4513033cf522c37adeea
refs/heads/master: f2a333148c12f9e8f0be9df052398147614f5cb8
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/bcm3510.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ static int bcm3510_bert_reset(struct bcm3510_state *st)
bcm3510_register_value b;
int ret;

if ((ret < bcm3510_readB(st,0xfa,&b)) < 0)
if ((ret = bcm3510_readB(st,0xfa,&b)) < 0)
return ret;

b.BERCTL_fa.RESYNC = 0; bcm3510_writeB(st,0xfa,b);
Expand Down

0 comments on commit 7768fea

Please sign in to comment.