Merge remote-tracking branch 'regulator/fix/doc' into regulator-linus
[firefly-linux-kernel-4.4.55.git] / drivers / hwmon / coretemp.c
index 3f1e297663ada0fefa412ce2e0fd4e362d84af50..658ce3a8717f6af0fa44f8eec4707d91bd44988d 100644 (file)
@@ -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;