Re: [PATCH] USB: fix interrupt disabling for HCDs with shared interrupt handlers
- Date: Tue, 1 Jul 2008 09:22:47 -0700
- From: David Brownell <david-b@xxxxxxxxxxx>
- Subject: Re: [PATCH] USB: fix interrupt disabling for HCDs with shared interrupt handlers
On Tuesday 01 July 2008, Alan Stern wrote:
> > - struct usb_hcd *hcd = __hcd;
> > - int start = hcd->state;
> > + struct usb_hcd *hcd = __hcd;
> > + unsigned int flags = 0;
>
> flags must be unsigned long. You don't have to initialize it to 0.
... and use just tabs for those internal indents, not spaces!
--
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/