Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124143
b: refs/heads/master
c: f416734
h: refs/heads/master
i:
  124141: 5754d73
  124139: 303c80a
  124135: 9e66c38
  124127: 455fcaa
v: v3
  • Loading branch information
Andy Walls authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent b83e97c commit 5ec7e27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 69acdf1e5a9146ec6667f6c4b439acd38c18f5ea
refs/heads/master: f4167342b572c6122c712e8c6e5391808c1e5503
5 changes: 2 additions & 3 deletions trunk/drivers/media/video/cx18/cx18-av-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,9 @@ void cx18_av_std_setup(struct cx18 *cx)
pll_int, pll_frac, pll_post);

if (pll_post) {
int fin, fsc;
int pll = 28636363L * ((((u64)pll_int) << 25) + pll_frac);
int fin, fsc, pll;

pll >>= 25;
pll = (28636364L * ((((u64)pll_int) << 25) + pll_frac)) >> 25;
pll /= pll_post;
CX18_DEBUG_INFO("PLL = %d.%06d MHz\n",
pll / 1000000, pll % 1000000);
Expand Down

0 comments on commit 5ec7e27

Please sign in to comment.