[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4BE001E7.9030605@euromail.se>
Date: Tue, 04 May 2010 13:15:51 +0200
From: Henrik Rydberg <rydberg@...omail.se>
To: Jean Delvare <khali@...ux-fr.org>
CC: lm-sensors@...sensors.org, linux-kernel@...r.kernel.org,
Alex Murray <murray.alex@...il.com>
Subject: Re: [PATCH] hwmon: applesmc: Add temperature sensor labels to sysfs
interface
Jean Delvare wrote:
[...]
>> @@ -1578,6 +1717,8 @@ static int __init applesmc_init(void)
>> }
>> ret = sysfs_create_file(&pdev->dev.kobj,
>> temperature_attributes[i]);
>
> Missing error handling.
>
>> + ret = sysfs_create_file(&pdev->dev.kobj,
>> + label_attributes[i]);
>> if (ret)
>> goto out_temperature;
>> }
>
Shoot, my bad review. Will send a new patch. While at it, the same function
seems to leak fan attribute groups. Want me to correct such issues (in another
patch)?
Henrik
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists