All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] hwmon: (abituguru3) Fix CONFIG_DMI=n fallback
@ 2009-01-15 17:01 Alistair John Strachan
  2009-01-15 18:02 ` [lm-sensors] [PATCH] hwmon: (abituguru3) Fix CONFIG_DMI=n Jean Delvare
  0 siblings, 1 reply; 2+ messages in thread
From: Alistair John Strachan @ 2009-01-15 17:01 UTC (permalink / raw)
  To: lm-sensors

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>
Cc: Jean Delvare <khali@linux-fr.org>
---
 drivers/hwmon/abituguru3.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hwmon/abituguru3.c b/drivers/hwmon/abituguru3.c
index 70bb854..fcf74eb 100644
--- a/drivers/hwmon/abituguru3.c
+++ b/drivers/hwmon/abituguru3.c
@@ -1153,7 +1153,7 @@ static int __init abituguru3_dmi_detect(void)
 
 static inline int abituguru3_dmi_detect(void)
 {
-	return -ENODEV;
+	return 1;
 }
 
 #endif /* CONFIG_DMI */

-- 
Cheers,
Alistair.

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [lm-sensors] [PATCH] hwmon: (abituguru3) Fix CONFIG_DMI=n
  2009-01-15 17:01 [lm-sensors] [PATCH] hwmon: (abituguru3) Fix CONFIG_DMI=n fallback Alistair John Strachan
@ 2009-01-15 18:02 ` Jean Delvare
  0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2009-01-15 18:02 UTC (permalink / raw)
  To: lm-sensors

On Thu, 15 Jan 2009 17:01:47 +0000, Alistair John Strachan wrote:
> 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>
> Cc: Jean Delvare <khali@linux-fr.org>
> ---
>  drivers/hwmon/abituguru3.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/hwmon/abituguru3.c b/drivers/hwmon/abituguru3.c
> index 70bb854..fcf74eb 100644
> --- a/drivers/hwmon/abituguru3.c
> +++ b/drivers/hwmon/abituguru3.c
> @@ -1153,7 +1153,7 @@ static int __init abituguru3_dmi_detect(void)
>  
>  static inline int abituguru3_dmi_detect(void)
>  {
> -	return -ENODEV;
> +	return 1;
>  }
>  
>  #endif /* CONFIG_DMI */
> 

Applied, thanks.


-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-15 18:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 17:01 [lm-sensors] [PATCH] hwmon: (abituguru3) Fix CONFIG_DMI=n fallback Alistair John Strachan
2009-01-15 18:02 ` [lm-sensors] [PATCH] hwmon: (abituguru3) Fix CONFIG_DMI=n Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.