On Wed, Dec 19, 2001 at 12:10:42AM -0800, David Brownell wrote:
> This is a resend of what you sent to Linus, but with a bugfix
> for an unlink-in-completion bug I ran across.
>
> As mentioned before, this still needs to evolve a bit. This
> doesn't yet hook up to kerneldoc, some usb.{h,c} stuff is
> really HCD-only (not for general driver use), it needs to
> be merged with "usb_bus", and so on.
Minor bug in flags handling, patch attached.
--
Vojtech Pavlik
SuSE Labs
--- hdc.c.old Sat Dec 22 13:33:06 2001
+++ drivers/usb/hcd.c Sat Dec 22 13:33:12 2001
@@ -1250,7 +1250,7 @@
*/
void usb_hcd_giveback_urb (struct usb_hcd *hcd, struct urb *urb)
{
- int flags;
+ unsigned long flags;
struct usb_device *dev;
/* Release periodic transfer bandwidth */