Re: [U-Boot] [PATCH 1/1] musb: properly detect failed initialization of controller

2017-04-16 Thread Marek Vasut
On 04/15/2017 01:46 PM, Heinrich Schuchardt wrote: > We want to check the result of musb_init_controller > and not the address were the result is stored. > > Signed-off-by: Heinrich Schuchardt Applied, thanks! > --- > drivers/usb/musb-new/musb_uboot.c | 2 +- > 1 file changed, 1 insertion(+),

[U-Boot] [PATCH 1/1] musb: properly detect failed initialization of controller

2017-04-15 Thread Heinrich Schuchardt
We want to check the result of musb_init_controller and not the address were the result is stored. Signed-off-by: Heinrich Schuchardt --- drivers/usb/musb-new/musb_uboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/musb-new/musb_uboot.c b/drivers/usb/musb-ne