Loading drivers/thermal/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ obj-$(CONFIG_DA9062_THERMAL) += da9062-thermal.o obj-y += intel/ obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/ obj-y += st/ obj-$(CONFIG_QCOM_TSENS) += qcom/ obj-$(CONFIG_ARCH_QCOM) += qcom/ obj-y += tegra/ obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o obj-$(CONFIG_MTK_THERMAL) += mtk_thermal.o Loading drivers/thermal/cpu_cooling.c +1 −1 Original line number Diff line number Diff line Loading @@ -586,7 +586,7 @@ __cpufreq_cooling_register(struct device_node *np, cdev = ERR_PTR(ret); goto free_table; } cpufreq_cdev->id = ret; cpufreq_cdev->id = policy->cpu; snprintf(dev_name, sizeof(dev_name), "thermal-cpufreq-%d", cpufreq_cdev->id); Loading Loading
drivers/thermal/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ obj-$(CONFIG_DA9062_THERMAL) += da9062-thermal.o obj-y += intel/ obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/ obj-y += st/ obj-$(CONFIG_QCOM_TSENS) += qcom/ obj-$(CONFIG_ARCH_QCOM) += qcom/ obj-y += tegra/ obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o obj-$(CONFIG_MTK_THERMAL) += mtk_thermal.o Loading
drivers/thermal/cpu_cooling.c +1 −1 Original line number Diff line number Diff line Loading @@ -586,7 +586,7 @@ __cpufreq_cooling_register(struct device_node *np, cdev = ERR_PTR(ret); goto free_table; } cpufreq_cdev->id = ret; cpufreq_cdev->id = policy->cpu; snprintf(dev_name, sizeof(dev_name), "thermal-cpufreq-%d", cpufreq_cdev->id); Loading