git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d1315
)
clk: Remove impossible if condition in clk_core_get_phase()
author
Stephen Boyd
<sboyd@codeaurora.org>
Thu, 30 Apr 2015 21:21:56 +0000
(14:21 -0700)
committer
Stephen 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