commit | 94c763513452b466d1e5c86b9d883ba13c9a031a | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sat Jul 07 12:27:30 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 07 20:49:08 2018 +0900 |
tree | 9be5fbbae4f0027ca50f66e716c8ee507b7d1b3c | |
parent | 26476f6a1236304f1f230961469ff51c67111c8e [diff] |
farsync: remove redundant variable txq_length Variable txq_length is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'txq_length' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>