aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/coretemp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c
index a92e28a35767..c070c9714cbe 100644
--- a/drivers/hwmon/coretemp.c
+++ b/drivers/hwmon/coretemp.c
@@ -501,13 +501,10 @@ static int __cpuinit coretemp_cpu_callback(struct notifier_block *nfb,
501 501
502 switch (action) { 502 switch (action) {
503 case CPU_ONLINE: 503 case CPU_ONLINE:
504 case CPU_ONLINE_FROZEN:
505 case CPU_DOWN_FAILED: 504 case CPU_DOWN_FAILED:
506 case CPU_DOWN_FAILED_FROZEN:
507 coretemp_device_add(cpu); 505 coretemp_device_add(cpu);
508 break; 506 break;
509 case CPU_DOWN_PREPARE: 507 case CPU_DOWN_PREPARE:
510 case CPU_DOWN_PREPARE_FROZEN:
511 coretemp_device_remove(cpu); 508 coretemp_device_remove(cpu);
512 break; 509 break;
513 } 510 }