sctp: Remove superfluous test in sctp_ulpq_reasm_drain().
authorDavid Miller <davem@davemloft.net>
Thu, 11 Apr 2019 22:01:53 +0000 (15:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2019 04:33:31 +0000 (21:33 -0700)
commit0eff1052438c360c21aef01cc689ef54ee528af7
tree86914c7bb16d034f412b184060b91088921c007d
parent9994677c968eff50968b2611e61e3afa90b39966
sctp: Remove superfluous test in sctp_ulpq_reasm_drain().

Inside the loop, we always start with event non-NULL.

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/ulpqueue.c