[GIT PULL] Power management fix for v6.0-rc3

From: Rafael J. Wysocki
Date: Sat Aug 27 2022 - 09:41:11 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.0-rc3

with top-most commit 6ca7076fbfaeccce173aeab832d76b9e49e1034b

cpufreq: check only freq_table in __resolve_freq()

on top of commit 1c23f9e627a7b412978b4e852793c5e3c3efc555

Linux 6.0-rc2

to receive a power management fix for 6.0-rc3.

This makes __resolve_freq() check the presence of the frequency table
instead of checking whether or not the ->target_index() callback is
implemented by the driver, because that need not be the case when
__resolve_freq() is used (Lukasz Luba).

Thanks!


---------------

Lukasz Luba (1):
cpufreq: check only freq_table in __resolve_freq()

---------------

drivers/cpufreq/cpufreq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)