Re: [PATCH 32/45] usb: ohci-at91: Check result of clk_get()

2017-03-07 Thread Sam Ravnborg
On Tue, Mar 07, 2017 at 01:21:40PM -0800, Andrey Smirnov wrote: > On Tue, Mar 7, 2017 at 8:35 AM, Sam Ravnborg wrote: > > On Mon, Mar 06, 2017 at 02:53:43PM -0800, Andrey Smirnov wrote: > >> Signed-off-by: Andrey Smirnov > >> --- > >> drivers/usb/host/ohci-at91.c | 9 + > >> 1 file chang

Re: [PATCH 32/45] usb: ohci-at91: Check result of clk_get()

2017-03-07 Thread Andrey Smirnov
On Tue, Mar 7, 2017 at 8:35 AM, Sam Ravnborg wrote: > On Mon, Mar 06, 2017 at 02:53:43PM -0800, Andrey Smirnov wrote: >> Signed-off-by: Andrey Smirnov >> --- >> drivers/usb/host/ohci-at91.c | 9 + >> 1 file changed, 9 insertions(+) >> >> diff --git a/drivers/usb/host/ohci-at91.c b/driver

Re: [PATCH 32/45] usb: ohci-at91: Check result of clk_get()

2017-03-07 Thread Sam Ravnborg
On Mon, Mar 06, 2017 at 02:53:43PM -0800, Andrey Smirnov wrote: > Signed-off-by: Andrey Smirnov > --- > drivers/usb/host/ohci-at91.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c > index 0f5c8f1..c70d898 100644 > ---

[PATCH 32/45] usb: ohci-at91: Check result of clk_get()

2017-03-06 Thread Andrey Smirnov
Signed-off-by: Andrey Smirnov --- drivers/usb/host/ohci-at91.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c index 0f5c8f1..c70d898 100644 --- a/drivers/usb/host/ohci-at91.c +++ b/drivers/usb/host/ohci-at91.c @@ -47,7 +47,