2021-02-04 07:09:21

by Xu Wang

[permalink] [raw]
Subject: [PATCH] net: bridge: mcast: Use ERR_CAST instead of ERR_PTR(PTR_ERR())

Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)).

net/bridge/br_multicast.c:1246:9-16: WARNING: ERR_CAST can be used with mp
Generated by: scripts/coccinelle/api/err_cast.cocci

Signed-off-by: Xu Wang <[email protected]>
---
net/bridge/br_multicast.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c
index 257ac4e25f6d..dfbb4dd01fa9 100644
--- a/net/bridge/br_multicast.c
+++ b/net/bridge/br_multicast.c
@@ -1243,7 +1243,7 @@ __br_multicast_add_group(struct net_bridge *br,

mp = br_multicast_new_group(br, group);
if (IS_ERR(mp))
- return ERR_PTR(PTR_ERR(mp));
+ return ERR_CAST(mp);

if (!port) {
br_multicast_host_join(mp, true);
--
2.17.1


2021-02-06 19:23:52

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: [PATCH] net: bridge: mcast: Use ERR_CAST instead of ERR_PTR(PTR_ERR())

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Thu, 4 Feb 2021 07:05:49 +0000 you wrote:
> Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)).
>
> net/bridge/br_multicast.c:1246:9-16: WARNING: ERR_CAST can be used with mp
> Generated by: scripts/coccinelle/api/err_cast.cocci
>
> Signed-off-by: Xu Wang <[email protected]>
>
> [...]

Here is the summary with links:
- net: bridge: mcast: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
https://git.kernel.org/netdev/net-next/c/1697291dae7c

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html