commit | 129fbeecbccdeaa4f89aaea5d1698aae44ae4b4b | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Mar 01 16:42:40 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 04 18:17:27 2018 -0500 |
tree | 781feb74e380f2f98e35916d4be5fb90658a0825 | |
parent | 93a00d4d613fb6363c618c941b0283c2df6bd64e [diff] |
net: amd8111e: remove redundant assignment to 'tx_index' 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 <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>