diff options
author | 2018-02-01 16:58:42 +0000 | |
---|---|---|
committer | 2018-02-01 14:54:28 -0500 | |
commit | f14d244f6147066c65dd98caa08aab0135ab1cc4 (patch) | |
tree | 312c78e9da6e228956f2c31aea8fd4bf14de2600 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf (diff) | |
download | wireguard-linux-f14d244f6147066c65dd98caa08aab0135ab1cc4.tar.xz wireguard-linux-f14d244f6147066c65dd98caa08aab0135ab1cc4.zip |
net: jme: remove unused initialization of 'rxdesc'
Pointer rxdesc is assigned a value that is never read, it is overwritten
by a new assignment inside a while loop hence the initial assignment
is redundant and can be removed.
Cleans up clang warning:
drivers/net/ethernet/jme.c:1074:17: warning: Value stored to 'rxdesc'
during its initialization is never read
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions