Re: [PATCH] Driver Core: document struct class_device properly

From: Dmitry Torokhov
Date: Fri Oct 28 2005 - 14:19:00 EST


On 10/28/05, Greg KH <greg@xxxxxxxxx> wrote:
> On Fri, Oct 28, 2005 at 01:54:59AM -0500, Dmitry Torokhov wrote:
> > On Friday 28 October 2005 01:30, Greg KH wrote:
> > > [PATCH] Driver Core: document struct class_device properly
> > ...
> >
> > > + * @release: pointer to a release function for this struct class_device. If
> > > + * set, this will be called instead of the class specific release function.
> > > + * Only use this if you want to override the default release function, like
> > > + * when you are nesting class_device structures.
> > > + * @hotplug: pointer to a hotplug function for this struct class_device. If
> > > + * set, this will be called instead of the class specific hotplug function.
> > > + * Only use this if you want to override the default hotplug function, like
> > > + * when you are nesting class_device structures.
> >
> > Greg,
> >
> > Is this solution for nesting class devices considered permanent or is it
> > a stop-gap measure?
>
> As I detalied a while ago, a stop-gap for now.
>

Ok, I kind of lost track of what has been decided in the end. Thank
you for confirming it.

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/