Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information