clk: Remove impossible if condition in clk_core_get_phase()
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 30 Apr 2015 21:21:56 +0000 (14:21 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 30 Apr 2015 23:28:37 +0000 (16:28 -0700)
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 <sboyd@codeaurora.org>

No differences found