Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361379
b: refs/heads/master
c: d6d1053
h: refs/heads/master
i:
  361377: e6fde9a
  361375: 5fc3e26
v: v3
  • Loading branch information
Arnd Bergmann committed Mar 14, 2013
1 parent d8b2c41 commit fcac394
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: 7b59496c11747cd715995874177dafd50c8a0115
refs/heads/master: d6d1053a8bbf75e5eb6ef29ddcf87e66421763c4
2 changes: 1 addition & 1 deletion trunk/drivers/clk/clk-vt8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static int vt8500_dclk_set_rate(struct clk_hw *hw, unsigned long rate,
divisor = parent_rate / rate;

/* If prate / rate would be decimal, incr the divisor */
if (rate * divisor < *prate)
if (rate * divisor < parent_rate)
divisor++;

if (divisor == cdev->div_mask + 1)
Expand Down

0 comments on commit fcac394

Please sign in to comment.