Re: [PATCH] CLK: TI: DRA7: return error code in failure case

2014-06-19 Thread Tero Kristo
On 05/29/2014 12:47 AM, Mike Turquette wrote: Quoting Tero Kristo (2014-05-19 05:23:10) On 05/19/2014 02:25 PM, Julia Lawall wrote: From: Julia Lawall Add a returned error code in the MAX_APLL_WAIT_TRIES case. Remove the updating of the return variable r to 0 if MAX_APLL_WAIT_TRIES is not

Re: [PATCH] CLK: TI: DRA7: return error code in failure case

2014-06-19 Thread Tero Kristo
On 05/29/2014 12:47 AM, Mike Turquette wrote: Quoting Tero Kristo (2014-05-19 05:23:10) On 05/19/2014 02:25 PM, Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr Add a returned error code in the MAX_APLL_WAIT_TRIES case. Remove the updating of the return variable r to 0 if

Re: [PATCH] CLK: TI: DRA7: return error code in failure case

2014-05-28 Thread Mike Turquette
Quoting Tero Kristo (2014-05-19 05:23:10) > On 05/19/2014 02:25 PM, Julia Lawall wrote: > > From: Julia Lawall > > > > Add a returned error code in the MAX_APLL_WAIT_TRIES case. Remove the > > updating of the return variable r to 0 if MAX_APLL_WAIT_TRIES is not yet > > reached, because r is

Re: [PATCH] CLK: TI: DRA7: return error code in failure case

2014-05-28 Thread Mike Turquette
Quoting Tero Kristo (2014-05-19 05:23:10) On 05/19/2014 02:25 PM, Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr Add a returned error code in the MAX_APLL_WAIT_TRIES case. Remove the updating of the return variable r to 0 if MAX_APLL_WAIT_TRIES is not yet reached, because

Re: [PATCH] CLK: TI: DRA7: return error code in failure case

2014-05-19 Thread Tero Kristo
On 05/19/2014 02:25 PM, Julia Lawall wrote: From: Julia Lawall Add a returned error code in the MAX_APLL_WAIT_TRIES case. Remove the updating of the return variable r to 0 if MAX_APLL_WAIT_TRIES is not yet reached, because r is already 0 at this point. Signed-off-by: Julia Lawall

[PATCH] CLK: TI: DRA7: return error code in failure case

2014-05-19 Thread Julia Lawall
From: Julia Lawall Add a returned error code in the MAX_APLL_WAIT_TRIES case. Remove the updating of the return variable r to 0 if MAX_APLL_WAIT_TRIES is not yet reached, because r is already 0 at this point. Signed-off-by: Julia Lawall --- diff --git a/drivers/clk/ti/apll.c

[PATCH] CLK: TI: DRA7: return error code in failure case

2014-05-19 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr Add a returned error code in the MAX_APLL_WAIT_TRIES case. Remove the updating of the return variable r to 0 if MAX_APLL_WAIT_TRIES is not yet reached, because r is already 0 at this point. Signed-off-by: Julia Lawall julia.law...@lip6.fr --- diff --git

Re: [PATCH] CLK: TI: DRA7: return error code in failure case

2014-05-19 Thread Tero Kristo
On 05/19/2014 02:25 PM, Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr Add a returned error code in the MAX_APLL_WAIT_TRIES case. Remove the updating of the return variable r to 0 if MAX_APLL_WAIT_TRIES is not yet reached, because r is already 0 at this point. Signed-off-by: