Re: [PATCH] clocksource: cadence_ttc: fix a return value in case of error

2016-07-07 Thread Daniel Lezcano
On Wed, Jul 06, 2016 at 07:35:23AM +0200, Christophe JAILLET wrote: > IS_ERR and PTR_ERR should use the same variable, clk_ce in this case. > > Fixes: 4de1eb07c47f (Convert init function to return error) > > Signed-off-by: Christophe JAILLET Applied, thanks.

Re: [PATCH] clocksource: cadence_ttc: fix a return value in case of error

2016-07-07 Thread Daniel Lezcano
On Wed, Jul 06, 2016 at 07:35:23AM +0200, Christophe JAILLET wrote: > IS_ERR and PTR_ERR should use the same variable, clk_ce in this case. > > Fixes: 4de1eb07c47f (Convert init function to return error) > > Signed-off-by: Christophe JAILLET Applied, thanks. -- Daniel

Re: [PATCH] clocksource: cadence_ttc: fix a return value in case of error

2016-07-06 Thread Sören Brinkmann
On Wed, 2016-07-06 at 07:35:23 +0200, Christophe JAILLET wrote: > IS_ERR and PTR_ERR should use the same variable, clk_ce in this case. > > Fixes: 4de1eb07c47f (Convert init function to return error) > > Signed-off-by: Christophe JAILLET Acked-by: Sören Brinkmann

Re: [PATCH] clocksource: cadence_ttc: fix a return value in case of error

2016-07-06 Thread Sören Brinkmann
On Wed, 2016-07-06 at 07:35:23 +0200, Christophe JAILLET wrote: > IS_ERR and PTR_ERR should use the same variable, clk_ce in this case. > > Fixes: 4de1eb07c47f (Convert init function to return error) > > Signed-off-by: Christophe JAILLET Acked-by: Sören Brinkmann Sören

[PATCH] clocksource: cadence_ttc: fix a return value in case of error

2016-07-05 Thread Christophe JAILLET
IS_ERR and PTR_ERR should use the same variable, clk_ce in this case. Fixes: 4de1eb07c47f (Convert init function to return error) Signed-off-by: Christophe JAILLET --- drivers/clocksource/cadence_ttc_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] clocksource: cadence_ttc: fix a return value in case of error

2016-07-05 Thread Christophe JAILLET
IS_ERR and PTR_ERR should use the same variable, clk_ce in this case. Fixes: 4de1eb07c47f (Convert init function to return error) Signed-off-by: Christophe JAILLET --- drivers/clocksource/cadence_ttc_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git