OSDN Git Service

sctp: remove the left unnecessary check for chunk in sctp_renege_events
authorXin Long <lucien.xin@gmail.com>
Fri, 16 Feb 2018 09:18:33 +0000 (17:18 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Feb 2018 21:32:37 +0000 (16:32 -0500)
commit9ab2323ca184168c288f7355fc19ec0838efc20c
tree5cb8afff946a6598d5cd937543315cfc4d4eb517
parenta16b8d0cf2ec1e626d24bc2a7b9e64ace6f7501d
sctp: remove the left unnecessary check for chunk in sctp_renege_events

Commit fb23403536ea ("sctp: remove the useless check in
sctp_renege_events") forgot to remove another check for
chunk in sctp_renege_events.

Dan found this when doing a static check.

This patch is to remove that check, and also to merge
two checks into one 'if statement'.

Fixes: fb23403536ea ("sctp: remove the useless check in sctp_renege_events")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/stream_interleave.c