Re: [PATCH] staging: octeon: Remove unneeded variable

2019-10-28 Thread Dan Carpenter
On Mon, Oct 28, 2019 at 09:36:04AM +0100, Julia Lawall wrote: > > > On Mon, 28 Oct 2019, Dan Carpenter wrote: > > > On Sat, Oct 26, 2019 at 07:24:53PM -0300, Cristiane Naves wrote: > > > Remove unneeded variable used to store return value. Issue found by > > > coccicheck. > > > > > > Signed-off-

Re: [PATCH] staging: octeon: Remove unneeded variable

2019-10-28 Thread Julia Lawall
On Mon, 28 Oct 2019, Dan Carpenter wrote: > On Sat, Oct 26, 2019 at 07:24:53PM -0300, Cristiane Naves wrote: > > Remove unneeded variable used to store return value. Issue found by > > coccicheck. > > > > Signed-off-by: Cristiane Naves > > --- > > drivers/staging/octeon/octeon-stubs.h | 4 +--

Re: [PATCH] staging: octeon: Remove unneeded variable

2019-10-28 Thread Dan Carpenter
On Sat, Oct 26, 2019 at 07:24:53PM -0300, Cristiane Naves wrote: > Remove unneeded variable used to store return value. Issue found by > coccicheck. > > Signed-off-by: Cristiane Naves > --- > drivers/staging/octeon/octeon-stubs.h | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > di

[PATCH] staging: octeon: Remove unneeded variable

2019-10-26 Thread Cristiane Naves
Remove unneeded variable used to store return value. Issue found by coccicheck. Signed-off-by: Cristiane Naves --- drivers/staging/octeon/octeon-stubs.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/octeon/octeon-stubs.h b/drivers/staging/octeon/octeon-s