Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308208
b: refs/heads/master
c: 1b2f990
h: refs/heads/master
v: v3
  • Loading branch information
Viresh Kumar authored and Mike Turquette committed Apr 24, 2012
1 parent 66ce265 commit d687a07
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: 182f9e8cd5e451911a37f121f942409205ede0d6
refs/heads/master: 1b2f99037a29d48d03ddd2fd0dc117888ec737f4
2 changes: 1 addition & 1 deletion trunk/drivers/clk/clk.c
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ static struct clk *clk_calc_new_rates(struct clk *clk, unsigned long rate)

if (!clk->ops->round_rate) {
top = clk_calc_new_rates(clk->parent, rate);
new_rate = clk->new_rate = clk->parent->new_rate;
new_rate = clk->parent->new_rate;

goto out;
}
Expand Down

0 comments on commit d687a07

Please sign in to comment.