Re: [PATCH] USB: fix interrupt disabling for HCDs with shared interrupt handlers

From: David Brownell
Date: Tue Jul 01 2008 - 12:23:00 EST


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/