git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddffeb8
)
ARM: tegra30: clk: Fix output_rate overflow
author
Mark Zhang
<markz@nvidia.com>
Tue, 16 Oct 2012 08:31:49 +0000
(16:31 +0800)
committer
Stephen Warren
<swarren@nvidia.com>
Tue, 16 Oct 2012 17:14:34 +0000
(11:14 -0600)
Change the type of variable from "unsigned long" to "u64".
This avoids the overflow while clock rate calculating.
Signed-off-by: Mark Zhang <markz@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
No differences found