diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-10-11 18:22:32 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-15 12:57:55 -0400 |
commit | f58a887ebc990b4d01a5a53330be06c384e089c4 (patch) | |
tree | 84c912ce2cfe211231792eb82c37de38dd19d6ff /tools/objtool/check.c | |
parent | 85a83a8fca7f347b1dc0b637a0d6487fd76aff5c (diff) | |
download | linux-f58a887ebc990b4d01a5a53330be06c384e089c4.tar.bz2 |
net: b44: remove redundant assignment to variable reg
The variable reg is being assigned a value that is never read
and is being re-assigned in the following for-loop. The
assignment is redundant and hence can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/objtool/check.c')
0 files changed, 0 insertions, 0 deletions