Re: [PATCH v2 03/11] USB: core: message.c: use usb_control_msg_send() in a few places

2020-09-07 Thread Andy Shevchenko
On Mon, Sep 07, 2020 at 04:56:44PM +0200, Greg Kroah-Hartman wrote: > On Mon, Sep 07, 2020 at 04:51:00PM +0200, Greg Kroah-Hartman wrote: > > There are a few calls to usb_control_msg() that can be converted to use > > usb_control_msg_send() instead, so do that in order to make the error > > checkin

[PATCH v2 03/11] USB: core: message.c: use usb_control_msg_send() in a few places

2020-09-07 Thread Greg Kroah-Hartman
There are a few calls to usb_control_msg() that can be converted to use usb_control_msg_send() instead, so do that in order to make the error checking a bit simpler. Cc: Alan Stern Cc: "Rafael J. Wysocki" Cc: Andy Shevchenko Cc: linux-...@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- v

Re: [PATCH v2 03/11] USB: core: message.c: use usb_control_msg_send() in a few places

2020-09-07 Thread Greg Kroah-Hartman
On Mon, Sep 07, 2020 at 04:51:00PM +0200, Greg Kroah-Hartman wrote: > There are a few calls to usb_control_msg() that can be converted to use > usb_control_msg_send() instead, so do that in order to make the error > checking a bit simpler. > > Cc: Alan Stern > Cc: "Rafael J. Wysocki" > Cc: Andy