Am Dienstag 28 April 2009 04:58:01 schrieb Sarah Sharp: > + spin_lock_irqsave(&xhci->lock, flags); > + if (!xhci->devs || !xhci->devs[slot_id]) { > + if (!in_interrupt()) > + dev_warn(&urb->dev->dev, "WARN: urb submitted for dev with no Slot ID\n"); > + return -EINVAL; > + } That returns with a spinlock held. Regards Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html