net: sctp: drop unneeded likely() call around IS_ERR()
authorEnrico Weigelt <info@metux.net>
Mon, 29 Jul 2019 18:55:21 +0000 (20:55 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Jul 2019 20:57:58 +0000 (13:57 -0700)
commitd4e575ba9fcc04d10c0a2e555a5b32fa3a8a19d3
tree534cdc4d3fd2111277d589fce415ed87c1755176
parentc6b36bdd04b5c22b2705f7ae561d4f3b4d8a0ac3
net: sctp: drop unneeded likely() call around IS_ERR()

IS_ERR() already calls unlikely(), so this extra unlikely() call
around IS_ERR() is not needed.

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