On Thu, 23 Oct 2014, Jean Delvare wrote: > On many motherboards, for an unknown reason, the thermal sensor seems > to be disabled and will return a constant temperature value of 36.5 > degrees Celsius. Don't bind to the device in that case, so that we > don't report this bogus value to userspace. ... > + if (tsfsc == 0x7F && tstimer == 0x07D30D40) { > + dev_warn(&pdev->dev, "Sensor seems to be disabled\n"); > + return -ENODEV; If this is an autoloadable module, and this sensor is very often disabled, shouldn't this be dev_info() or dev_notice()? -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors