Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326648
b: refs/heads/master
c: 7a74a44
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren committed Sep 11, 2012
1 parent fbd6dce commit aa23906
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: fa67ccb61d10fbd55d1c3b5b6b537e4d74da1e4b
refs/heads/master: 7a74a4436b20980f8e19138e857bc7e39db5ad4b
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-tegra/tegra20_clocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ static long tegra20_pll_clk_round_rate(struct clk_hw *hw, unsigned long rate,
struct clk_tegra *c = to_clk_tegra(hw);
const struct clk_pll_freq_table *sel;
unsigned long input_rate = *prate;
unsigned long output_rate = *prate;
u64 output_rate = *prate;
int mul;
int div;

Expand Down

0 comments on commit aa23906

Please sign in to comment.