aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/coretemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/coretemp.c')
-rw-r--r--drivers/hwmon/coretemp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c
index 3f1e297663ad..658ce3a8717f 100644
--- a/drivers/hwmon/coretemp.c
+++ b/drivers/hwmon/coretemp.c
@@ -411,8 +411,7 @@ static int __cpuinit chk_ucode_version(unsigned int cpu)
411 * fixed for stepping D0 (6EC). 411 * fixed for stepping D0 (6EC).
412 */ 412 */
413 if (c->x86_model == 0xe && c->x86_mask < 0xc && c->microcode < 0x39) { 413 if (c->x86_model == 0xe && c->x86_mask < 0xc && c->microcode < 0x39) {
414 pr_err("Errata AE18 not fixed, update BIOS or " 414 pr_err("Errata AE18 not fixed, update BIOS or microcode of the CPU!\n");
415 "microcode of the CPU!\n");
416 return -ENODEV; 415 return -ENODEV;
417 } 416 }
418 return 0; 417 return 0;