Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168777
b: refs/heads/master
c: 9346f48
h: refs/heads/master
i:
  168775: 6fc11a0
v: v3
  • Loading branch information
Rajendra Nayak authored and Tony Lindgren committed Nov 17, 2009
1 parent 230303c commit aa21d32
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: f7343deb0f6e7654c60e97606aea388b9da612c2
refs/heads/master: 9346f48b26a4b48a7d56314bbb94e6b801e28316
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/clock34xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ static u16 _omap3_dpll_compute_freqsel(struct clk *clk, u8 n)
unsigned long fint;
u16 f = 0;

fint = clk->dpll_data->clk_ref->rate / (n + 1);
fint = clk->dpll_data->clk_ref->rate / n;

pr_debug("clock: fint is %lu\n", fint);

Expand Down

0 comments on commit aa21d32

Please sign in to comment.