aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_stp_timer.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-11-01 09:09:13 +0000
committerDavid S. Miller <davem@davemloft.net>2017-11-02 15:52:46 +0900
commita666960d182cfb7074640bdb004633ffb2e58f26 (patch)
treeca32e3323f662d3d5c3600bb13e14244b48bc41b /net/bridge/br_stp_timer.c
parentnet: dl2k: remove redundant re-assignment to np (diff)
downloadlinux-dev-a666960d182cfb7074640bdb004633ffb2e58f26.tar.xz
linux-dev-a666960d182cfb7074640bdb004633ffb2e58f26.zip
liquidio: remove redundant setting of inst_processed to zero
The zero value assigned to inst_processed at the end of each iteration of the do-while loop is overwritten on the next iteration and hence it is a redundant assignment and can be removed. Cleans up clang warning: drivers/net/ethernet/cavium/liquidio/request_manager.c:480:3: warning: Value stored to 'inst_processed' 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 '')
0 files changed, 0 insertions, 0 deletions