Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275115
b: refs/heads/master
c: 273a1ce
h: refs/heads/master
i:
  275113: 6fb6321
  275111: 969ac2c
v: v3
  • Loading branch information
Mike Turquette authored and Paul Walmsley committed Oct 7, 2011
1 parent bcc3197 commit 226e2f3
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: addf888c6945c6e3cff135e7e3bb72cc708d1ca4
refs/heads/master: 273a1ce9cf27ac3900325b59aa78cc07bb574e9e
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/dpll3xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ int omap3_noncore_dpll_set_rate(struct clk *clk, unsigned long rate)
new_parent = dd->clk_bypass;
} else {
if (dd->last_rounded_rate != rate)
clk->round_rate(clk, rate);
rate = clk->round_rate(clk, rate);

if (dd->last_rounded_rate == 0)
return -EINVAL;
Expand Down

0 comments on commit 226e2f3

Please sign in to comment.