Re: [PATCH][next] wilc1000: remove redundant assignment to pointer vif

2020-12-07 Thread Kalle Valo
Colin King wrote: > From: Colin Ian King > > The assignment to pointer vif is redundant as the assigned value > is never read, hence it can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King > Acked-by: Ajay Singh Patch applied to wireless-drivers-next.git,

Re: [PATCH][next] wilc1000: remove redundant assignment to pointer vif

2020-12-04 Thread Ajay.Kathat
On 03/12/20 11:13 pm, Colin King wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > From: Colin Ian King > > The assignment to pointer vif is redundant as the assigned value > is never read, hence it can be removed. > > Addresses-Coverit

[PATCH][next] wilc1000: remove redundant assignment to pointer vif

2020-12-03 Thread Colin King
From: Colin Ian King The assignment to pointer vif is redundant as the assigned value is never read, hence it can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- drivers/net/wireless/microchip/wilc1000/wlan.c | 1 - 1 file changed, 1 deletion(-) diff --git a