Re: [PATCH ] drivers/base/bus.c - export reprobe

From: Greg KH
Date: Tue Mar 14 2006 - 12:26:57 EST


On Tue, Mar 14, 2006 at 05:25:43PM +0000, Christoph Hellwig wrote:
> On Tue, Mar 14, 2006 at 09:19:51AM -0800, Greg KH wrote:
> > I saw the:
> >
> > + if (dev->driver) {^M
> > + if (dev->parent) /* Needed for USB */^M
> > + down(&dev->parent->sem);^M
> >
> > portion and thought it came from USB core code somewhere. Or are you
> > referring to the need for USB-storage here?
>
> It's copied from a runtime close to this one in the driver core.
> Unfortunately it's not easily sharable so I duplicated those few lines.

Ah, ok, that makes more sense.

Eric, care to resend without the mime crud so I can apply it?

thanks,

greg k-h
-
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/