Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294962
b: refs/heads/master
c: 479e349
h: refs/heads/master
v: v3
  • Loading branch information
Gianluca Gennari authored and Mauro Carvalho Chehab committed Mar 8, 2012
1 parent 212f5c3 commit c307b24
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: 1b741bc3db4ffd43abdfdaa74445338480366c55
refs/heads/master: 479e3492a262196631d69a9245a45420a354bec5
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/rtl2830.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ static int rtl2830_init(struct dvb_frontend *fe)

num = priv->cfg.if_dvbt % priv->cfg.xtal;
num *= 0x400000;
num /= priv->cfg.xtal;
num = div_u64(num, priv->cfg.xtal);
num = -num;
if_ctl = num & 0x3fffff;
dbg("%s: if_ctl=%08x", __func__, if_ctl);
Expand Down

0 comments on commit c307b24

Please sign in to comment.