Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161539
b: refs/heads/master
c: 114323e
h: refs/heads/master
i:
  161537: 3444bcd
  161535: 9770073
v: v3
  • Loading branch information
Julian Scheel authored and Mauro Carvalho Chehab committed Sep 12, 2009
1 parent 2ea1c7d commit 8b24900
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: c92f056308c4a77a833e1cc1e16c1b68974483a6
refs/heads/master: 114323ede9e84a64327b74ff6f7da5576c9ae361
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/frontends/tda8261.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ static int tda8261_set_state(struct dvb_frontend *fe,

if (frequency < 1450000)
buf[3] = 0x00;
if (frequency < 2000000)
else if (frequency < 2000000)
buf[3] = 0x40;
if (frequency < 2150000)
else if (frequency < 2150000)
buf[3] = 0x80;

/* Set params */
Expand Down

0 comments on commit 8b24900

Please sign in to comment.