commit | 116decb7e48b46a8c171bd47f377fa527067f788 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Wed Sep 18 10:44:53 2013 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Sep 25 03:25:58 2013 +0200 |
tree | f66d2aaee2905a76ec7476ee393828aabd60160d | |
parent | 26ca8694344af4c833d22590c5b77d6b9cff0722 [diff] |
cpufreq: exynos5440: Fix potential NULL pointer dereference 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>