commit | 684d777a3382da53eb6688b92f7626eb526be0a6 | [log] [tgz] |
---|---|---|
author | zhong jiang <zhongjiang@huawei.com> | Thu Sep 20 09:56:05 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 19 23:08:36 2018 -0700 |
tree | d3c05b07daca11adb3cade74c14ba4da64d6423a | |
parent | 23d9f5531c7c28546954b0bf332134a9b8a38c0a [diff] |
net: toshiba: remove a redundant local variable 'index_specified' The local variable 'index_specified' is never used after being assigned. hence it should be redundant adn can be removed. Signed-off-by: zhong jiang <zhongjiang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>