--- drivers/thermal/thermal_core.c | 1 + 1 file changed, 1 insertion(+) Index: linux-pm/drivers/thermal/thermal_core.c =================================================================== --- linux-pm.orig/drivers/thermal/thermal_core.c +++ linux-pm/drivers/thermal/thermal_core.c @@ -1712,6 +1712,7 @@ static int thermal_pm_notify(struct noti static struct notifier_block thermal_pm_nb = { .notifier_call = thermal_pm_notify, + .priority = -1, }; static int __init thermal_init(void)