[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20091019193615.GC23948@ldl.fc.hp.com>
Date: Mon, 19 Oct 2009 13:36:15 -0600
From: Alex Chiang <achiang@...com>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: lenb@...nel.org, shaohua.li@...el.com,
linux-kernel@...r.kernel.org, linux-acpi@...r.kernel.org
Subject: Re: [PATCH v3 1/6] ACPI: dock: convert sysfs attributes to an
attribute_group
* Dmitry Torokhov <dmitry.torokhov@...il.com>:
>
> If sysfs_create_group() fails you will go to err_unregister:
> which will try to remove the non-existing group. While the
> current sysfs code is relsilient against such errors it may not
> be so in the future. It is better to have a separate label and
> bypass sysfs_remove_group() if sysfs_create_group() returned
> error.
Yeah, you're right. I was trying to be lazy (everyone else is
doing it!), but I guess you won't let me. ;)
I'll respin.
Thanks for the review.
/ac
--
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