Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124093
b: refs/heads/master
c: 6f6c268
h: refs/heads/master
i:
  124091: 620d3bc
v: v3
  • Loading branch information
Reinhard Nissl authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent bd9dd71 commit 3b8d17c
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: 02ec9d8ff4fba95255c277585aa5d0f33ec3adef
refs/heads/master: 6f6c268b0f1f6846584162053a47d3aadf34a3c4
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/stb6100.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ static int stb6100_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth)
else if (bandwidth <= 5000000) /* bw/2 min = 5Mhz for F=0 */
tmp = 0;
else /* if 5 < bw/2 < 36 */
tmp = bandwidth / 1000000 - 5;
tmp = (bandwidth + 500000) / 1000000 - 5;

/* Turn on LPF bandwidth setting clock control,
* set bandwidth, wait 10ms, turn off.
Expand Down

0 comments on commit 3b8d17c

Please sign in to comment.