commit | f14d244f6147066c65dd98caa08aab0135ab1cc4 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Feb 01 16:58:42 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 01 14:54:28 2018 -0500 |
tree | 312c78e9da6e228956f2c31aea8fd4bf14de2600 | |
parent | b9a40729e73809df073b6f7ec5eba1c12a64f703 [diff] |
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>