commit | 786621308cfbb9421a54773e57dbdbe504c417cc | [log] [tgz] |
---|---|---|
author | Mark Zhang <markz@nvidia.com> | Tue Oct 16 16:31:49 2012 +0800 |
committer | Stephen Warren <swarren@nvidia.com> | Tue Oct 16 11:14:34 2012 -0600 |
tree | 19ae13afa378872be16f842edcdb4761f1159d8b | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 [diff] |
ARM: tegra30: clk: Fix output_rate overflow 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>