diff options
Diffstat (limited to 'drivers/hwmon/coretemp.c')
| -rw-r--r-- | drivers/hwmon/coretemp.c | 3 | 
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)  	 * 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; | 
