X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=drivers%2Fhwmon%2Fcoretemp.c;h=658ce3a8717f6af0fa44f8eec4707d91bd44988d;hb=448d3367f806ad40b56470217535bb642985fa3b;hp=3f1e297663ada0fefa412ce2e0fd4e362d84af50;hpb=7fbaee72ff62843198980c258d09590536681b15;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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) * fixed for stepping D0 (6EC). */ if (c->x86_model == 0xe && c->x86_mask < 0xc && c->microcode < 0x39) { - pr_err("Errata AE18 not fixed, update BIOS or " - "microcode of the CPU!\n"); + pr_err("Errata AE18 not fixed, update BIOS or microcode of the CPU!\n"); return -ENODEV; } return 0;