Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357545
b: refs/heads/master
c: 0917a60
h: refs/heads/master
i:
  357543: d4a560c
v: v3
  • Loading branch information
Michael Büsch authored and Mauro Carvalho Chehab committed Feb 8, 2013
1 parent 91b49d8 commit 03da734
Show file tree
Hide file tree
Showing 2 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: 82f0efbcd3c4e6bf7cdfeed5c901b812e6d30f92
refs/heads/master: 0917a60430cdd4b5d3505c240a04bb0f5927c74b
4 changes: 2 additions & 2 deletions trunk/drivers/media/tuners/fc0011.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ static int fc0011_set_params(struct dvb_frontend *fe)
fa += 8;
}
if (fp > 0x1F) {
fp &= 0x1F;
fa &= 0xF;
fp = 0x1F;
fa = 0xF;
}
if (fa >= fp) {
dev_warn(&priv->i2c->dev,
Expand Down

0 comments on commit 03da734

Please sign in to comment.