Re: [U-Boot] [PATCH v3 2/7] usb: usb_submit_int_msg -> usb_int_msg

2019-07-10 Thread Michal Suchánek
On Fri, 5 Jul 2019 21:51:43 +0800 Bin Meng wrote: > On Fri, Jul 5, 2019 at 6:44 PM Michal Suchanek wrote: > > > > This aligns naming with usb_bulk_msg and usb_control_msg. > > > > Signed-off-by: Michal Suchanek > > --- > > v2: new patch > > --- > > common/usb.c | 2 +- > >

Re: [U-Boot] [PATCH v3 2/7] usb: usb_submit_int_msg -> usb_int_msg

2019-07-05 Thread Bin Meng
On Fri, Jul 5, 2019 at 6:44 PM Michal Suchanek wrote: > > This aligns naming with usb_bulk_msg and usb_control_msg. > > Signed-off-by: Michal Suchanek > --- > v2: new patch > --- > common/usb.c | 2 +- > common/usb_kbd.c | 6 +++--- > include/usb.h| 2 +- > 3 files changed, 5

[U-Boot] [PATCH v3 2/7] usb: usb_submit_int_msg -> usb_int_msg

2019-07-05 Thread Michal Suchanek
This aligns naming with usb_bulk_msg and usb_control_msg. Signed-off-by: Michal Suchanek --- v2: new patch --- common/usb.c | 2 +- common/usb_kbd.c | 6 +++--- include/usb.h| 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/usb.c b/common/usb.c index