Re: [PATCH 4/13] wimax/i2400m: make return of 0 explicit

2014-05-19 Thread walter harms
Am 19.05.2014 13:30, schrieb Julia Lawall: > > > On Mon, 19 May 2014, walter harms wrote: > >> >> >> Am 19.05.2014 06:31, schrieb Julia Lawall: >>> From: Julia Lawall >>> >>> Delete unnecessary local variable whose value is always 0 and that hides >>> the fact that the result is always 0. >>>

Re: [PATCH 4/13] wimax/i2400m: make return of 0 explicit

2014-05-19 Thread Sergei Shtylyov
On 19-05-2014 8:31, Julia Lawall wrote: From: Julia Lawall Delete unnecessary local variable whose value is always 0 and that hides the fact that the result is always 0. A simplified version of the semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // @

Re: [PATCH 4/13] wimax/i2400m: make return of 0 explicit

2014-05-19 Thread Julia Lawall
On Mon, 19 May 2014, walter harms wrote: > > > Am 19.05.2014 06:31, schrieb Julia Lawall: > > From: Julia Lawall > > > > Delete unnecessary local variable whose value is always 0 and that hides > > the fact that the result is always 0. > > > > A simplified version of the semantic patch that fix

Re: [PATCH 4/13] wimax/i2400m: make return of 0 explicit

2014-05-19 Thread walter harms
Am 19.05.2014 06:31, schrieb Julia Lawall: > From: Julia Lawall > > Delete unnecessary local variable whose value is always 0 and that hides > the fact that the result is always 0. > > A simplified version of the semantic patch that fixes this problem is as > follows: (http://coccinelle.lip6.f