Re: [U-Boot] [PATCH 1/6] usb: ehci-generic: don't probe fail if there is no clk_enable() ops

2019-08-28 Thread Patrice CHOTARD
Hi Kever On 8/28/19 10:23 AM, Kever Yang wrote: > Some clock driver do not have a clk_enable() call back, and we should not > treat this as fail in ehci probe like other modules, eg. clk_enabl_bulk() > do not return fail if ret value is '-ENOSYS' > > Signed-off-by: Kever Yang > --- > >

[U-Boot] [PATCH 1/6] usb: ehci-generic: don't probe fail if there is no clk_enable() ops

2019-08-28 Thread Kever Yang
Some clock driver do not have a clk_enable() call back, and we should not treat this as fail in ehci probe like other modules, eg. clk_enabl_bulk() do not return fail if ret value is '-ENOSYS' Signed-off-by: Kever Yang --- drivers/usb/host/ehci-generic.c | 2 +- 1 file changed, 1 insertion(+),