Re: [U-Boot] [PATCHv1 12/14] usb: ehci/ohci: remove reset_free function

2018-04-17 Thread Patrice CHOTARD
Hi Dinh On 04/14/2018 08:51 PM, Dinh Nguyen wrote: > The call to free the reset control line is a deadend call that doesn't > lead to any reset control functionality. > > Also the reset_free() function will be remove in a subsequent patch, so > remove it here. > > Signed-off-by: Dinh Nguyen

[U-Boot] [PATCHv1 12/14] usb: ehci/ohci: remove reset_free function

2018-04-14 Thread Dinh Nguyen
The call to free the reset control line is a deadend call that doesn't lead to any reset control functionality. Also the reset_free() function will be remove in a subsequent patch, so remove it here. Signed-off-by: Dinh Nguyen --- drivers/usb/host/ehci-generic.c | 1 -