Re: [PATCH][next] staging: wilc1000: remove redundant assignment to variable result

2020-01-16 Thread Claudiu.Beznea
On 14.01.2020 19:27, Colin King wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > From: Colin Ian King > > The variable result is being initialized with a value that > is never read and is being re-assigned later on. The assignment > is

[PATCH][next] staging: wilc1000: remove redundant assignment to variable result

2020-01-14 Thread Colin King
From: Colin Ian King The variable result is being initialized with a value that is never read and is being re-assigned later on. The assignment is redundant and hence can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- drivers/staging/wilc1000/spi.c | 4 ++--