Re: [PATCH] USB: remove remaining instances of USB_SUSPEND

2013-05-02 Thread Alan Stern
On Wed, 1 May 2013, Linus Torvalds wrote: > On Wed, May 1, 2013 at 9:13 AM, Alan Stern wrote: > > > > This patch (as1677) removes the remaining instances of that symbol. > > Btw, what are these "as" ID's, and what does the noise buy us? > > Doing a > > git log | egrep -w 'as[0-9]{3,}' >

Re: [PATCH] USB: remove remaining instances of USB_SUSPEND

2013-05-01 Thread Linus Torvalds
On Wed, May 1, 2013 at 9:13 AM, Alan Stern wrote: > > This patch (as1677) removes the remaining instances of that symbol. Btw, what are these "as" ID's, and what does the noise buy us? Doing a git log | egrep -w 'as[0-9]{3,}' shows that this has been going on forever, but it still doesn'

Re: [PATCH] USB: remove remaining instances of USB_SUSPEND

2013-05-01 Thread Greg KH
On Wed, May 01, 2013 at 12:13:54PM -0400, Alan Stern wrote: > Commit 84ebc10294a3d7be4c66f51070b7aedbaa24de9b (USB: remove > CONFIG_USB_SUSPEND option) failed to remove all of the usages of > USB_SUSPEND throughout the kernel. This patch (as1677) removes the > remaining instances of that symbol. >

[PATCH] USB: remove remaining instances of USB_SUSPEND

2013-05-01 Thread Alan Stern
Commit 84ebc10294a3d7be4c66f51070b7aedbaa24de9b (USB: remove CONFIG_USB_SUSPEND option) failed to remove all of the usages of USB_SUSPEND throughout the kernel. This patch (as1677) removes the remaining instances of that symbol. Signed-off-by: Alan Stern --- As promised, here is a patch to fin