commit | 2e6dde5c618f847fdb811373ad520cdb3a4425ab | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Jul 04 13:13:01 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 04 22:39:11 2018 +0900 |
tree | 86cd4449bb1d80fd494579266797cbffac9b3904 | |
parent | 9b0bb10a84ffbbbb9f589122e34ceee0194ea5ca [diff] |
sfc: remove redundant variable old_vlan Variable old_vlan is being assigned but is never used hence it is and can be removed. Cleans up clang warning: warning: variable 'old_vlan' 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>