Re: [U-Boot] [PATCH] cmd: usb: check usb_stor_curr_dev in usb dev with no parameter

2017-09-12 Thread Patrick DELAUNAY
Hi Marek, > > On 08/03/2017 03:25 PM, Patrick DELAUNAY wrote: > > Hi Marek, > > Hi, > > please stop top-posting. > Sorry, bad habit > > Do think that this minor patch could be integrated in v2017.09 ? > > > > http://patchwork.ozlabs.org/patch/762328/ > > Fix up the commit message, detail

Re: [U-Boot] [PATCH] cmd: usb: check usb_stor_curr_dev in usb dev with no parameter

2017-08-04 Thread Marek Vasut
On 08/03/2017 03:25 PM, Patrick DELAUNAY wrote: > Hi Marek, Hi, please stop top-posting. > Do think that this minor patch could be integrated in v2017.09 ? > > http://patchwork.ozlabs.org/patch/762328/ Fix up the commit message, detail a bit more how to trigger the issue and use errno.h

Re: [U-Boot] [PATCH] cmd: usb: check usb_stor_curr_dev in usb dev with no parameter

2017-08-03 Thread Patrick DELAUNAY
Hi Marek, Do think that this minor patch could be integrated in v2017.09 ? http://patchwork.ozlabs.org/patch/762328/ Regards Patrick > -Original Message- > From: Patrick DELAUNAY > Sent: lundi 15 mai 2017 11:16 > To: u-boot@lists.denx.de > Cc: Yann GAUTIER ;

[U-Boot] [PATCH] cmd: usb: check usb_stor_curr_dev in usb dev with no parameter

2017-05-15 Thread Patrick Delaunay
If 'usb start' does not find devices, the command 'usb dev' without parameter will lead to error= USB device -1: data abort A check on usb_stor_curr_dev avoid the issue Signed-off-by: Patrick Delaunay --- cmd/usb.c | 4 1 file changed, 4 insertions(+) diff --git