thermal/drivers/devfreq_cooling: Fix the build when !ENERGY_MODEL
authorLukasz Luba <lukasz.luba@arm.com>
Tue, 15 Dec 2020 15:42:21 +0000 (15:42 +0000)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 15 Dec 2020 16:03:56 +0000 (17:03 +0100)
commit4401117bf7fc11dc738c0963fa0c94814abc8dcd
treef93e84686bc3f01f5c6e548a004df1aebc6fbc16
parent1fa34e49e4b7e66214a1d15261c0224d60366eec
thermal/drivers/devfreq_cooling: Fix the build when !ENERGY_MODEL

Prevent build failure if the option CONFIG_ENERGY_MODEL is not set. The
devfreq cooling is able to operate without the Energy Model.
Don't use dev->em_pd directly and use local pointer.

Fixes: 615510fe13bd2 ("thermal: devfreq_cooling: remove old power model and use EM")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20201215154221.8828-1-lukasz.luba@arm.com
drivers/thermal/devfreq_cooling.c