]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit1f3e1983429d31ceada9a09197d79445c92a2901
treea507b58bc76fff836ec1cddf00223cef8fc5bf17
parentd7d131512b474c902b83a314d69a012e70c55431
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>
drivers/clk/clk.c