Re: [PATCH] orangefs: remove redundant assignment to variable ret

2020-06-01 Thread Mike Marshall
Hi Colin... thanks for the patch, I have applied it to the orangefs for-next tree... -Mike On Sun, May 24, 2020 at 6:48 PM Colin King wrote: > > From: Colin Ian King > > The variable ret is being initialized with a value that is > never read and it is being updated later with a new value. The >

[PATCH] orangefs: remove redundant assignment to variable ret

2020-05-24 Thread Colin King
From: Colin Ian King The variable ret is being initialized with a value that is never read and it is being updated later with a new value. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- fs/orangefs/orangefs-mod.c | 2 +