Re: [PATCH] phy: sun9i-usb: fix error handling

2016-08-12 Thread Kishon Vijay Abraham I
On Wednesday 06 July 2016 11:36 AM, Chen-Yu Tsai wrote: > On Wed, Jul 6, 2016 at 2:00 PM, Christophe JAILLET > wrote: >> This is likely that checking 'phy->hsic_clk' instead of 'phy->clk' is >> expected here. >> >> Signed-off-by: Christophe JAILLET > > Acked-by: Chen-Yu Tsai merged, thanks

Re: [PATCH] phy: sun9i-usb: fix error handling

2016-07-05 Thread Chen-Yu Tsai
On Wed, Jul 6, 2016 at 2:00 PM, Christophe JAILLET wrote: > This is likely that checking 'phy->hsic_clk' instead of 'phy->clk' is > expected here. > > Signed-off-by: Christophe JAILLET Acked-by: Chen-Yu Tsai

[PATCH] phy: sun9i-usb: fix error handling

2016-07-05 Thread Christophe JAILLET
This is likely that checking 'phy->hsic_clk' instead of 'phy->clk' is expected here. Signed-off-by: Christophe JAILLET --- v2: Also fix the variable name used by PTR_ERR Update $subject --- drivers/phy/phy-sun9i-usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/