Am Dienstag 28 April 2009 04:53:56 schrieb Sarah Sharp: > + temp = xhci_readl(xhci, &xhci->op_regs->status); > + if (temp & STS_FATAL) { > + xhci_warn(xhci, "WARNING: Host System Error\n"); > + xhci_halt(xhci); > + xhci_to_hcd(xhci)->state = HC_STATE_HALT; > + return -ESHUTDOWN; > + } This 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