Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376507
b: refs/heads/master
c: 67e1e22
h: refs/heads/master
i:
  376505: 9248e10
  376503: c533141
v: v3
  • Loading branch information
Marek Belisko authored and Mike Turquette committed May 29, 2013
1 parent 6d4cc02 commit f8c50b4
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: 056f3d58db6f7d19be7dbc2aab8d049f28e20d6e
refs/heads/master: 67e1e2268e598861dc771e3c976daf07db380638
2 changes: 1 addition & 1 deletion trunk/drivers/clk/clk-si5351.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ static unsigned long si5351_clkout_recalc_rate(struct clk_hw *hw,
unsigned char reg;
unsigned char rdiv;

if (hwdata->num > 5)
if (hwdata->num <= 5)
reg = si5351_msynth_params_address(hwdata->num) + 2;
else
reg = SI5351_CLK6_7_OUTPUT_DIVIDER;
Expand Down

0 comments on commit f8c50b4

Please sign in to comment.