Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326637
b: refs/heads/master
c: eb70e1b
h: refs/heads/master
i:
  326635: c444230
v: v3
  • Loading branch information
Stephen Warren committed Sep 6, 2012
1 parent a1b8f04 commit 5ad4095
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: 37c241ed668bd2271760c8e1e4138d1aba4d0b79
refs/heads/master: eb70e1bdd8a633e058cfb6186d45d4c8bdbdf534
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-tegra/tegra2_clocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ static int clk_div16_get_divider(unsigned long parent_rate, unsigned long rate)
if (divider_u16 - 1 < 0)
return 0;

if (divider_u16 - 1 > 255)
if (divider_u16 - 1 > 0xFFFF)
return -EINVAL;

return divider_u16 - 1;
Expand Down

0 comments on commit 5ad4095

Please sign in to comment.