commit | 29660d50a9e3a88c2c930994ac59ba5e4e74f344 | [log] [tgz] |
---|---|---|
author | Finn Thain <fthain@telegraphics.com.au> | Sun Feb 16 08:03:32 2020 +1100 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 16 19:48:22 2020 -0800 |
tree | bbacc02a53d373cce81f6f6cea864d45e5d5f12b | |
parent | 5d58c21c1030d8aaebeafd068304d12bc9c6bff7 [diff] |
net/sonic: Remove redundant next_tx variable The eol_tx variable is the one that matters to the tx algorithm because packets are always placed at the end of the list. The next_tx variable just confuses things so remove it. Tested-by: Stan Johnson <userm57@yahoo.com> Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: David S. Miller <davem@davemloft.net>