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:
389baed
)
PM / devfreq: Fix incorrect argument in error message
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 21 Nov 2012 05:06:13 +0000
(10:36 +0530)
committer
MyungJoo Ham
<myungjoo.ham@samsung.com>
Mon, 26 Nov 2012 10:17:48 +0000
(19:17 +0900)
'g' is cast to the error return code. Hence gives the following error
which is fixed by this patch.
drivers/devfreq/devfreq.c:645 devfreq_remove_governor() error:
'g' dereferencing possible ERR_PTR()
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
No differences found