aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hwmon/coretemp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c
index 0328382df8fa..6d54c8caed79 100644
--- a/drivers/hwmon/coretemp.c
+++ b/drivers/hwmon/coretemp.c
@@ -185,6 +185,7 @@ static int __devinit coretemp_probe(struct platform_device *pdev)
185 /* check for microcode update */ 185 /* check for microcode update */
186 rdmsr_on_cpu(data->id, MSR_IA32_UCODE_REV, &eax, &edx); 186 rdmsr_on_cpu(data->id, MSR_IA32_UCODE_REV, &eax, &edx);
187 if (edx < 0x39) { 187 if (edx < 0x39) {
188 err = -ENODEV;
188 dev_err(&pdev->dev, 189 dev_err(&pdev->dev,
189 "Errata AE18 not fixed, update BIOS or " 190 "Errata AE18 not fixed, update BIOS or "
190 "microcode of the CPU!\n"); 191 "microcode of the CPU!\n");