Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275114
b: refs/heads/master
c: addf888
h: refs/heads/master
v: v3
  • Loading branch information
Mike Turquette authored and Paul Walmsley committed Oct 7, 2011
1 parent 6fb6321 commit bcc3197
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: a1900f2efe2d75e0fe5b871421a2f2de2fa68b4e
refs/heads/master: addf888c6945c6e3cff135e7e3bb72cc708d1ca4
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)
omap2_dpll_round_rate(clk, rate);
clk->round_rate(clk, rate);

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

0 comments on commit bcc3197

Please sign in to comment.