On Tue, 9 Mar 2010 09:58:36 -0500, Prarit Bhargava wrote: > Avoid hex and decimal confusion when printing out the cpu model. > > Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> > > diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c > index 2d7bcee..f5f975b 100644 > --- a/drivers/hwmon/coretemp.c > +++ b/drivers/hwmon/coretemp.c > @@ -466,7 +466,7 @@ static int __init coretemp_init(void) > family 6 CPU */ > if ((c->x86 == 0x6) && (c->x86_model > 0xf)) > printk(KERN_WARNING DRVNAME ": Unknown CPU " > - "model %x\n", c->x86_model); > + "model 0x%x\n", c->x86_model); > continue; > } > Applied, thanks! -- Jean Delvare _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors