From: Thierry Reding Date: Mon, 18 Nov 2013 15:11:35 +0000 (+0100) Subject: clk: tegra: Fix clock rate computation X-Git-Tag: cleanup-for-linus~7^4~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00c674e42c278e7af7b39b6c72dbbaa5e7ebd96c;p=pandora-kernel.git clk: tegra: Fix clock rate computation The PLL output frequency is multiplied during the P-divider computation, so it needs to be divided by the P-divider again before returning. This fixes an issue where clk_round_rate() would return the multiplied frequency instead of the real one after the P-divider. Signed-off-by: Thierry Reding --- Reading git-diff-tree failed