Re: [PATCH] drivers: net: smc91x: remove redundant initialization of pointer gpio

2021-03-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 26 Mar 2021 19:28:47 + you wrote: > From: Colin Ian King > > The pointer gpio is being initialized with a value that is > never read and it is being updated later with a new value. The > initialization is redu

[PATCH] drivers: net: smc91x: remove redundant initialization of pointer gpio

2021-03-26 Thread Colin King
From: Colin Ian King The pointer gpio 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 --- drivers/net/ethernet/smsc/smc91x