The patch titled hwmon/coretemp: fix a broken error path has been added to the -mm tree. Its filename is hwmon-coretemp-fix-a-broken-error-path.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: hwmon/coretemp: fix a broken error path From: Jean Delvare <khali@xxxxxxxxxxxx> Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx> Cc: Rudolf Marek <r.marek@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/hwmon/coretemp.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/hwmon/coretemp.c~hwmon-coretemp-fix-a-broken-error-path drivers/hwmon/coretemp.c --- a/drivers/hwmon/coretemp.c~hwmon-coretemp-fix-a-broken-error-path +++ a/drivers/hwmon/coretemp.c @@ -185,6 +185,7 @@ static int __devinit coretemp_probe(stru /* check for microcode update */ rdmsr_on_cpu(data->id, MSR_IA32_UCODE_REV, &eax, &edx); if (edx < 0x39) { + err = -ENODEV; dev_err(&pdev->dev, "Errata AE18 not fixed, update BIOS or " "microcode of the CPU!\n"); _ Patches currently in -mm which might be from khali@xxxxxxxxxxxx are hwmon-coretemp-fix-a-broken-error-path.patch git-hwmon.patch hdaps-switch-to-using-input-polldev.patch applesmc-switch-to-using-input-polldev.patch ams-switch-to-using-input-polldev.patch tty_io-use-kzalloc.patch rtc-rs5c372-becomes-a-new-style-i2c-driver.patch thecus-n2100-register-rtc-rs5c372-i2c-device.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html