Commits
Stephen Boyd committed 1f3e1983429
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 <sboyd@codeaurora.org>