From: Hans de Goede <hdegoede@redhat.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] PATCH: hwmon-fschmd-add-fscsyl-v3.patch
Date: Sat, 28 Mar 2009 21:50:16 +0000 [thread overview]
Message-ID: <49CE9B98.9030405@redhat.com> (raw)
In-Reply-To: <49CCC1D5.6040804@redhat.com>
On 03/28/2009 02:09 PM, Jean Delvare wrote:
> On Sat, 28 Mar 2009 09:07:56 +0100, Hans de Goede wrote:
>> This patch adds support for the FSC Syleus IC to the fschmd driver.
>>
>> Many thanks to Fujitsu Siemens Computers for providing docs and a machine to
>> test the driver on.
>> (...)
>
> You forgot to update this part:
>
Good catch, thanks!
>> @@ -1126,7 +1225,7 @@ static int fschmd_remove(struct i2c_clie
>> if (data->hwmon_dev)
>> hwmon_device_unregister(data->hwmon_dev);
>>
>> - for (i = 0; i< ARRAY_SIZE(fschmd_attr); i++)
>> + for (i = 0; i< (FSCHMD_NO_VOLT_SENSORS[data->kind] + 1); i++)
>> device_remove_file(&client->dev,&fschmd_attr[i].dev_attr);
>> for (i = 0; i< (FSCHMD_NO_TEMP_SENSORS[data->kind] * 4); i++)
>> device_remove_file(&client->dev,
>
> Didn't you try unloading the driver? I guess this would break.
>
I did unload it, and didn't see any problems.
> The rest looks OK. I'll fix it up myself.
Ok, thanks.
Regards,
Hans
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
prev parent reply other threads:[~2009-03-28 21:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-27 12:08 [lm-sensors] PATCH: hwmon-fschmd-add-fscsyl-v3.patch Hans de Goede
2009-03-27 22:09 ` Jean Delvare
2009-03-28 8:07 ` Hans de Goede
2009-03-28 13:09 ` Jean Delvare
2009-03-28 21:50 ` Hans de Goede [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49CE9B98.9030405@redhat.com \
--to=hdegoede@redhat.com \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.