URB_ASYNC_UNLINK b0rkage

From: Alexey Dobriyan
Date: Sun Sep 18 2005 - 13:55:34 EST


Perhaps, another press release to explain breakage of allmodconfig is
needed.
------------------------------------------------------------------------
drivers/usb/host/hc_crisv10.c: if (urb->transfer_flags & URB_ASYNC_UNLINK) {
drivers/usb/host/hc_crisv10.c: /* If URB_ASYNC_UNLINK is set:
drivers/usb/host/hc_crisv10.c: warn("URB_ASYNC_UNLINK set, ignoring.");
drivers/usb/misc/uss720.c: /* rq->urb->transfer_flags |= URB_ASYNC_UNLINK; */
drivers/isdn/hisax/st5481_b.c: b_out->urb[0]->transfer_flags |= URB_ASYNC_UNLINK;
drivers/isdn/hisax/st5481_b.c: b_out->urb[1]->transfer_flags |= URB_ASYNC_UNLINK;
drivers/isdn/hisax/st5481_usb.c: in->urb[0]->transfer_flags |= URB_ASYNC_UNLINK;
drivers/isdn/hisax/st5481_usb.c: in->urb[1]->transfer_flags |= URB_ASYNC_UNLINK;
Documentation/usb/URB.txt:the URB_ASYNC_UNLINK flag in urb->transfer flags before calling

-
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/