commit | e0515b0cbccc69c7fb4d6edc2f25ac1faa20ac0f | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Jul 05 10:26:13 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 05 19:30:26 2018 +0900 |
tree | f73cefc0048d7aba526fa590c29a4a1201f33631 | |
parent | dfbd07497860f32b847bfac0023331947d33aae6 [diff] |
net: socionext: remove redundant pointer ndev Pointer ndev is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'ndev' 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>