commit | 46a5f173fc88ffc22651162033696d8a9fbcdc5c | [log] [tgz] |
---|---|---|
author | Alistair John Strachan <alistair@devzero.co.uk> | Thu Jan 15 22:27:48 2009 +0100 |
committer | Jean Delvare <khali@linux-fr.org> | Thu Jan 15 22:27:48 2009 +0100 |
tree | e4a1ac8140f0ae70e5956f866bb212973ea2d835 | |
parent | 3907a8def78a15cd91985c23a3e76b563f36929a [diff] |
hwmon: (abituguru3) Fix CONFIG_DMI=n fallback to probe When CONFIG_DMI is not enabled, dmi detection should flag that no board could be detected (err=1) rather than another error condition (err<0). This fixes the fallback to manual probing for all motherboards, even those without DMI strings, when CONFIG_DMI=n. Signed-off-by: Alistair John Strachan <alistair@devzero.co.uk> Cc: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>