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. - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html