Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'pm-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull power management fix from Rafael Wysocki:
"Fix up the recently introduced cpufreq driver for Qualcomm Kryo
processors by adding a terminating NULL entry to its table of device
IDs (YueHaibing)"

* tag 'pm-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
cpufreq: qcom-kryo: add NULL entry to the end of_device_id array

+1
+1
drivers/cpufreq/qcom-cpufreq-kryo.c
··· 183 183 static const struct of_device_id qcom_cpufreq_kryo_match_list[] __initconst = { 184 184 { .compatible = "qcom,apq8096", }, 185 185 { .compatible = "qcom,msm8996", }, 186 + {} 186 187 }; 187 188 188 189 /*