From: Mark Zhang Date: Tue, 16 Oct 2012 08:31:49 +0000 (+0800) Subject: ARM: tegra30: clk: Fix output_rate overflow X-Git-Tag: fixes-for-linus~5^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=786621308cfbb9421a54773e57dbdbe504c417cc;p=pandora-kernel.git 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 Signed-off-by: Stephen Warren --- Reading git-diff-tree failed