From: Colin King <[email protected]>
Date: Thu,  1 Mar 2018 16:42:40 +0000

> From: Colin Ian King <[email protected]>
> 
> The variable tx_index is being initialized with a value that is never
> read and re-assigned a little later, hence the initialization is redundant
> and can be removed.
> 
> Cleans up clang warning:
> drivers/net/ethernet/amd/amd8111e.c:652:6: warning: Value stored to
> 'tx_index' during its initialization is never read
> 
> Signed-off-by: Colin Ian King <[email protected]>

Applied to net-next.

Reply via email to