Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1615451
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] usb: misc: add missing continue and refactor code |
| Date | 2017-04-03 20:00 +0200 |
| Message-ID | <tseqK-1BV-19@gated-at.bofh.it> (permalink) |
| References | <tdxEZ-551-7@gated-at.bofh.it> <tse7n-1tY-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Apr 03, 2017 at 09:39:53AM -0500, Gustavo A. R. Silva wrote: > -Code refactoring to make the flow easier to follow. > -Add missing 'continue' for case USB_ENDPOINT_XFER_INT. Don't do multiple things in the same patch, please make these multiple patches. And do the "add missing continue" first, so it can be backported to other kernels easier please. thanks, greg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] usb: misc: add missing continue and refactor code "Gustavo A. R. Silva" <garsilva@embeddedor.com> - 2017-04-03 19:40 +0200
Re: [PATCH] usb: misc: add missing continue and refactor code Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-04-03 20:00 +0200
Re: [PATCH] usb: misc: add missing continue and refactor code Alan Stern <stern@rowland.harvard.edu> - 2017-04-03 20:40 +0200
Re: [PATCH] usb: misc: add missing continue and refactor code "Gustavo A. R. Silva" <garsilva@embeddedor.com> - 2017-04-03 21:30 +0200
[PATCH 1/2] usb: misc: add missing continue in switch "Gustavo A. R. Silva" <garsilva@embeddedor.com> - 2017-04-03 22:10 +0200
csiph-web