Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94942
b: refs/heads/master
c: d74bee8
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Mauro Carvalho Chehab committed Apr 29, 2008
1 parent 63466db commit 9a361ad
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: f4d2782411d502c39f2c21376377c745c0f09061
refs/heads/master: d74bee8b4776b5051c650a90f49a2022d46d8588
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/s5h1420.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ static void s5h1420_setsymbolrate(struct s5h1420_state* state,
val *= 2;
do_div(val, (state->fclk / 1000));

dprintk("symbol rate register: %06llx\n", val);
dprintk("symbol rate register: %06llx\n", (unsigned long long)val);

v = s5h1420_readreg(state, Loop01);
s5h1420_writereg(state, Loop01, v & 0x7f);
Expand Down

0 comments on commit 9a361ad

Please sign in to comment.