[PATCH V2 07/15] usb: image: microtek: use sg helper to operate sgl

2019-06-13 Thread Ming Lei
The current way isn't safe for chained sgl, so use sg helper to operate sgl. Cc: Oliver Neukum Cc: Greg Kroah-Hartman Cc: linux-...@vger.kernel.org Signed-off-by: Ming Lei --- drivers/usb/image/microtek.c | 20 drivers/usb/image/microtek.h | 2 +- 2 files changed, 9 inser

Re: [PATCH V2 07/15] usb: image: microtek: use sg helper to operate sgl

2019-06-13 Thread Greg Kroah-Hartman
On Thu, Jun 13, 2019 at 03:13:27PM +0800, Ming Lei wrote: > The current way isn't safe for chained sgl, so use sg helper to > operate sgl. Same changelog comment problem as I mentioned on the other patch, please fix up and resend. thanks, greg k-h