summaryrefslogtreecommitdiff
path: root/net/sctp/stream_interleave.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-12-09 16:16:07 +0300
committerDavid S. Miller <davem@davemloft.net>2019-12-10 01:28:19 +0300
commite70ac628289766bc2c81a0db161368b69da774fd (patch)
tree56e3875cffc1bf055e63e54736dcfbf330305059 /net/sctp/stream_interleave.c
parent718eae277e62a26e5862eb72a830b5e0fe37b04a (diff)
downloadlinux-e70ac628289766bc2c81a0db161368b69da774fd.tar.xz
qed: remove redundant assignments to rc
The variable rc is assigned with a value that is never read and it is re-assigned a new value later on. The assignment is redundant and can be removed. Clean up multiple occurrances of this pattern. 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 'net/sctp/stream_interleave.c')
0 files changed, 0 insertions, 0 deletions