[PATCH] net: caif: modify the label out_err to out

Subsystems: networking [general], the rest

STALE1877d

2 messages, 2 authors, 2021-06-18 · open the first message on its own page

[PATCH] net: caif: modify the label out_err to out

From: Dongliang Mu <hidden>
Date: 2021-06-18 07:32:20

Modify the label out_err to out to avoid the meanless kfree.

Signed-off-by: Dongliang Mu <redacted>
---
 net/caif/cfcnfg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/caif/cfcnfg.c b/net/caif/cfcnfg.c
index cac30e676ac9..23267c8db7c4 100644
--- a/net/caif/cfcnfg.c
+++ b/net/caif/cfcnfg.c
@@ -480,7 +480,7 @@ cfcnfg_add_phy_layer(struct cfcnfg *cnfg,
 	phyinfo = kzalloc(sizeof(struct cfcnfg_phyinfo), GFP_ATOMIC);
 	if (!phyinfo) {
 		res = -ENOMEM;
-		goto out_err;
+		goto out;
 	}
 
 	phy_layer->id = phyid;
-- 
2.25.1

Re: [PATCH] net: caif: modify the label out_err to out

From: patchwork-bot+netdevbpf@kernel.org
Date: 2021-06-18 19:20:29

Hello:

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

On Fri, 18 Jun 2021 15:32:04 +0800 you wrote:
Modify the label out_err to out to avoid the meanless kfree.

Signed-off-by: Dongliang Mu <redacted>
---
 net/caif/cfcnfg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
  - net: caif: modify the label out_err to out
    https://git.kernel.org/netdev/net-next/c/9fd2bc3206b3

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

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help