Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350725
b: refs/heads/master
c: 35a5db5
h: refs/heads/master
i:
  350723: 732ca98
v: v3
  • Loading branch information
Tony Prisk authored and Mike Turquette committed Jan 16, 2013
1 parent 61451a8 commit bc3850b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 3fe296cf5a66a82bc9077865b89075ce813f7f5d
refs/heads/master: 35a5db55ab96eadb07b3d5f7258558c680ebc2f0
6 changes: 3 additions & 3 deletions trunk/drivers/clk/clk-vt8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ static void wm8650_find_pll_bits(unsigned long rate, unsigned long parent_rate,
/* if we got here, it wasn't an exact match */
pr_warn("%s: requested rate %lu, found rate %lu\n", __func__, rate,
rate - best_err);
*multiplier = mul;
*divisor1 = div1;
*divisor2 = div2;
*multiplier = best_mul;
*divisor1 = best_div1;
*divisor2 = best_div2;
}

static int vtwm_pll_set_rate(struct clk_hw *hw, unsigned long rate,
Expand Down

0 comments on commit bc3850b

Please sign in to comment.