Re: [U-Boot] [PATCH][v2] drivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrect

2015-06-07 Thread Marek Vasut
On Sunday, June 07, 2015 at 08:58:04 AM, Nikhil Badola wrote: > Return if USB_MAX_CONTROLLER_COUNT hence the index of the controller > to be initialised is incorrect This text doesn't really make much sense, but the fix is reasonable. I'll pick it, thanks! > Signed-off-by: Nikhil Badola > --- >

[U-Boot] [PATCH][v2] drivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrect

2015-06-07 Thread Nikhil Badola
Return if USB_MAX_CONTROLLER_COUNT hence the index of the controller to be initialised is incorrect Signed-off-by: Nikhil Badola --- Changes for v2 - Added space between tags in Subject - Replaced return value from -1 to -EINVAL drivers/usb/host/ehci-fsl.c | 2 +- 1 file changed