From: Viresh Kumar Date: Tue, 17 Apr 2012 11:15:38 +0000 (+0530) Subject: clk: Don't set clk->new_rate twice X-Git-Tag: v3.5-rc1~71^2~6^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b2f99037a29d48d03ddd2fd0dc117888ec737f4;p=pandora-kernel.git clk: Don't set clk->new_rate twice if (!clk->ops->round_rate && (clk->flags & CLK_SET_RATE_PARENT)) is true, then we don't need to set clk->new_rate here, as we will call clk_calc_subtree() afterwards and it also sets clk->new_rate. Signed-off-by: Viresh Kumar Signed-off-by: Mike Turquette --- Reading git-diff-tree failed