Re: [PATCH] net: ipv6: 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:11:34 +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.

[PATCH] net: ipv6: 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/ipv6/inet6_hashtables.c | 2 +- net/ipv6/udp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ipv6