From: Stephen Boyd Date: Thu, 30 Apr 2015 21:21:56 +0000 (-0700) Subject: clk: Remove impossible if condition in clk_core_get_phase() X-Git-Tag: omap-for-v4.3/legacy-v2-signed~79^2~18^2~92 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f3e1983429d31ceada9a09197d79445c92a2901;p=pandora-kernel.git clk: Remove impossible if condition in clk_core_get_phase() This condition can't ever be true because this function is static and it's always called with a non-NULL pointer. Signed-off-by: Stephen Boyd --- Reading git-diff-tree failed