From: Zhen Lei Date: Fri, 14 Nov 2014 02:10:40 +0000 (+0800) Subject: clk: delete a local variable's repeated assignment X-Git-Tag: omap-for-v3.19/fixes-rc1~9^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40ba3f0ff261a14107f3f52c67602fff8b88d980;p=pandora-kernel.git clk: delete a local variable's repeated assignment It's the same to the next statement, "ret = clk->parent". I think compiler will optimize it, it's just not looking well. Signed-off-by: Zhen Lei Signed-off-by: Michael Turquette --- Reading git-diff-tree failed