Re: [PATCH] usb: misc: add missing continue and refactor code

From: Greg Kroah-Hartman
Date: Mon Apr 03 2017 - 13:57:56 EST


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