]> git.baikalelectronics.ru Git - kernel.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)
commitbb02a1fda0e5cc808bc64d7c04c9e26012f46edc
treea507b58bc76fff836ec1cddf00223cef8fc5bf17
parentcdbc9859b7f38cce2211bc09ba77b42ee85ecb2f
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