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:
f15ea6c
)
clk: Fix incorrect return type in clk.c
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 13 Mar 2013 09:47:49 +0000
(15:17 +0530)
committer
Mike Turquette
<mturquette@linaro.org>
Fri, 22 Mar 2013 22:18:18 +0000
(15:18 -0700)
Return type of function clk_propagate_rate_change is a pointer.
But 0 was being returned. Change it to NULL.
Silences the following warning:
drivers/clk/clk.c:977:24: warning: Using plain integer as NULL pointer
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: Pankaj Jangra <jangra.pankaj9@gmail.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/clk.c
patch
|
blob
|
history
diff --cc
drivers/clk/clk.c
Simple merge