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:
26ca869
)
cpufreq: exynos5440: Fix potential NULL pointer dereference
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 18 Sep 2013 05:14:53 +0000
(10:44 +0530)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 25 Sep 2013 01:25:58 +0000
(
03:25
+0200)
If 'dvfs_info' is NULL (due to devm_kzalloc failure) the failure
error message would try to dereference it. Use 'pdev' instead.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
No differences found