mirror of https://gitee.com/openkylin/linux.git
89e551e838
The dev_pm_opp_get_opp_table() returns error pointers if it's disabled
in the config and it returns NULL if there is an error. This code only
checks for error pointers so it could lead to an Oops inside the
dev_pm_opp_put_opp_table() function.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
exynos-asv.c | ||
exynos-asv.h | ||
exynos-chipid.c | ||
exynos-pmu.c | ||
exynos-pmu.h | ||
exynos4-pmu.c | ||
exynos3250-pmu.c | ||
exynos5250-pmu.c | ||
exynos5420-pmu.c | ||
exynos5422-asv.c | ||
exynos5422-asv.h | ||
pm_domains.c |