[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200807010922.47464.david-b@pacbell.net>
Date: Tue, 1 Jul 2008 09:22:47 -0700
From: David Brownell <david-b@...bell.net>
To: Alan Stern <stern@...land.harvard.edu>
Cc: Stefan Becker <Stefan.Becker@...ia.com>,
linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org,
Linus Torvalds <torvalds@...ux-foundation.org>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists