Re: [PATCH] net: sctp: drop unneeded likely() call around IS_ERR()

2019-07-29 Thread David Miller
From: "Enrico Weigelt, metux IT consult" Date: Mon, 29 Jul 2019 20:55:21 +0200 > From: Enrico Weigelt > > IS_ERR() already calls unlikely(), so this extra unlikely() call > around IS_ERR() is not needed. > > Signed-off-by: Enrico Weigelt Applied.

Re: [PATCH] net: sctp: drop unneeded likely() call around IS_ERR()

2019-07-29 Thread Marcelo Ricardo Leitner
On Mon, Jul 29, 2019 at 08:55:21PM +0200, Enrico Weigelt, metux IT consult wrote: > From: Enrico Weigelt > > IS_ERR() already calls unlikely(), so this extra unlikely() call > around IS_ERR() is not needed. > > Signed-off-by: Enrico Weigelt Acked-by: Marcelo Ricardo Leitner > --- > net/sct

[PATCH] net: sctp: drop unneeded likely() call around IS_ERR()

2019-07-29 Thread Enrico Weigelt, metux IT consult
From: Enrico Weigelt IS_ERR() already calls unlikely(), so this extra unlikely() call around IS_ERR() is not needed. Signed-off-by: Enrico Weigelt --- net/sctp/socket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sctp/socket.c b/net/sctp/socket.c index aa80cda..

Re: [PATCH] net: sctp: drop unneeded likely() call around IS_ERR()

2019-06-05 Thread David Miller
From: "Enrico Weigelt, metux IT consult" Date: Wed, 5 Jun 2019 23:03:27 +0200 > From: Enrico Weigelt > > IS_ERR() already calls unlikely(), so this extra unlikely() call > around IS_ERR() is not needed. > > Signed-off-by: Enrico Weigelt Skipping this because of the overlap...

Re: [PATCH] net: sctp: drop unneeded likely() call around IS_ERR()

2019-06-05 Thread Enrico Weigelt, metux IT consult
On 05.06.19 21:50, Marcelo Ricardo Leitner wrote: On Wed, Jun 05, 2019 at 11:03:27PM +0200, Enrico Weigelt, metux IT consult wrote: From: Enrico Weigelt IS_ERR() already calls unlikely(), so this extra unlikely() call around IS_ERR() is not needed. Signed-off-by: Enrico Weigelt Hi, This

Re: [PATCH] net: sctp: drop unneeded likely() call around IS_ERR()

2019-06-05 Thread Marcelo Ricardo Leitner
On Wed, Jun 05, 2019 at 11:03:27PM +0200, Enrico Weigelt, metux IT consult wrote: > From: Enrico Weigelt > > IS_ERR() already calls unlikely(), so this extra unlikely() call > around IS_ERR() is not needed. > > Signed-off-by: Enrico Weigelt Hi, This patch overlaps with Jun 05 Kefeng Wang

[PATCH] net: sctp: drop unneeded likely() call around IS_ERR()

2019-06-05 Thread Enrico Weigelt, metux IT consult
From: Enrico Weigelt IS_ERR() already calls unlikely(), so this extra unlikely() call around IS_ERR() is not needed. Signed-off-by: Enrico Weigelt --- net/sctp/socket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sctp/socket.c b/net/sctp/socket.c index 39ea0a3..