* [lm-sensors] [PATCH] hwmon: (it87) Delete pwmN_freq files on driver
@ 2007-12-14 13:41 Jean Delvare
2008-01-28 12:28 ` [lm-sensors] [PATCH] hwmon: (it87) Delete pwmN_freq files on Riku Voipio
2008-01-29 12:38 ` Mark M. Hoffman
0 siblings, 2 replies; 3+ messages in thread
From: Jean Delvare @ 2007-12-14 13:41 UTC (permalink / raw)
To: lm-sensors
In commit f8d0c19a93cea3a26a90f2462295e1e01a4cd250 I forgot to delete
the pwmN_freq files on driver removal, here's the fix.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
---
drivers/hwmon/it87.c | 3 +++
1 file changed, 3 insertions(+)
--- linux-2.6.24-rc5.orig/drivers/hwmon/it87.c 2007-12-13 16:30:59.000000000 +0100
+++ linux-2.6.24-rc5/drivers/hwmon/it87.c 2007-12-14 14:00:40.000000000 +0100
@@ -919,6 +919,9 @@ static struct attribute *it87_attributes
&sensor_dev_attr_pwm1.dev_attr.attr,
&sensor_dev_attr_pwm2.dev_attr.attr,
&sensor_dev_attr_pwm3.dev_attr.attr,
+ &dev_attr_pwm1_freq.attr,
+ &dev_attr_pwm2_freq.attr,
+ &dev_attr_pwm3_freq.attr,
&dev_attr_vrm.attr,
&dev_attr_cpu0_vid.attr,
--
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] 3+ messages in thread
* Re: [lm-sensors] [PATCH] hwmon: (it87) Delete pwmN_freq files on
2007-12-14 13:41 [lm-sensors] [PATCH] hwmon: (it87) Delete pwmN_freq files on driver Jean Delvare
@ 2008-01-28 12:28 ` Riku Voipio
2008-01-29 12:38 ` Mark M. Hoffman
1 sibling, 0 replies; 3+ messages in thread
From: Riku Voipio @ 2008-01-28 12:28 UTC (permalink / raw)
To: lm-sensors
Acked-by: Riku Voipio <riku.voipio@movial.fi>
Jean Delvare wrote:
> In commit f8d0c19a93cea3a26a90f2462295e1e01a4cd250 I forgot to delete
> the pwmN_freq files on driver removal, here's the fix.
>
> Signed-off-by: Jean Delvare <khali@linux-fr.org>
> ---
> drivers/hwmon/it87.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> --- linux-2.6.24-rc5.orig/drivers/hwmon/it87.c 2007-12-13 16:30:59.000000000 +0100
> +++ linux-2.6.24-rc5/drivers/hwmon/it87.c 2007-12-14 14:00:40.000000000 +0100
> @@ -919,6 +919,9 @@ static struct attribute *it87_attributes
> &sensor_dev_attr_pwm1.dev_attr.attr,
> &sensor_dev_attr_pwm2.dev_attr.attr,
> &sensor_dev_attr_pwm3.dev_attr.attr,
> + &dev_attr_pwm1_freq.attr,
> + &dev_attr_pwm2_freq.attr,
> + &dev_attr_pwm3_freq.attr,
>
> &dev_attr_vrm.attr,
> &dev_attr_cpu0_vid.attr,
>
>
>
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [lm-sensors] [PATCH] hwmon: (it87) Delete pwmN_freq files on
2007-12-14 13:41 [lm-sensors] [PATCH] hwmon: (it87) Delete pwmN_freq files on driver Jean Delvare
2008-01-28 12:28 ` [lm-sensors] [PATCH] hwmon: (it87) Delete pwmN_freq files on Riku Voipio
@ 2008-01-29 12:38 ` Mark M. Hoffman
1 sibling, 0 replies; 3+ messages in thread
From: Mark M. Hoffman @ 2008-01-29 12:38 UTC (permalink / raw)
To: lm-sensors
Hi Jean:
* Jean Delvare <khali@linux-fr.org> [2007-12-14 14:41:53 +0100]:
> In commit f8d0c19a93cea3a26a90f2462295e1e01a4cd250 I forgot to delete
> the pwmN_freq files on driver removal, here's the fix.
>
> Signed-off-by: Jean Delvare <khali@linux-fr.org>
> ---
> drivers/hwmon/it87.c | 3 +++
> 1 file changed, 3 insertions(+)
Applied to hwmon-2.6.git/testing, thanks.
--
Mark M. Hoffman
mhoffman@lightlink.com
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-01-29 12:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-14 13:41 [lm-sensors] [PATCH] hwmon: (it87) Delete pwmN_freq files on driver Jean Delvare
2008-01-28 12:28 ` [lm-sensors] [PATCH] hwmon: (it87) Delete pwmN_freq files on Riku Voipio
2008-01-29 12:38 ` Mark M. Hoffman
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.