Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210423
b: refs/heads/master
c: c96c1e3
h: refs/heads/master
i:
  210421: b4d8c05
  210419: f3fb2a9
  210415: 40b1317
v: v3
  • Loading branch information
Marc Kleine-Budde authored and Sascha Hauer committed Aug 17, 2010
1 parent 6bd31f6 commit 6f0c452
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: 9a6f17fd1cd84811962735ff47111f84a8f05073
refs/heads/master: c96c1e394fa72bd995154af7143873945a3fa89d
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mx3/clock-imx35.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ static unsigned long get_rate_ipg_per(struct clk *clk)
return get_rate_arm() / (div + 1);
} else {
div = (pdr0 >> 12) & 0x7;
return get_rate_ahb(NULL) / div;
return get_rate_ahb(NULL) / (div + 1);
}
}

Expand Down

0 comments on commit 6f0c452

Please sign in to comment.