summaryrefslogtreecommitdiff
path: root/net/tipc/node.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2023-08-04 13:53:15 +0200
committerTakashi Iwai <tiwai@suse.de>2023-08-04 13:53:15 +0200
commit4d84f763f7e137be7eeab30cc7daa9449c9cb053 (patch)
treead8869bf50680b5ee4876fbd8c7d6cd07df39f0d /net/tipc/node.c
parent788449ae57f4273111b779bbcaad552b67f517d5 (diff)
parentf803ec63686dec863a33cad87218d7d99c4b5e92 (diff)
Merge tag 'asoc-fix-v6.5-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fix for v6.5 Not really a fix, but rather a licensing update for the fsl_micfil driver.
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r--net/tipc/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c
index 5e000fde8067..a9c5b6594889 100644
--- a/net/tipc/node.c
+++ b/net/tipc/node.c
@@ -583,7 +583,7 @@ update:
n->capabilities, &n->bc_entry.inputq1,
&n->bc_entry.namedq, snd_l, &n->bc_entry.link)) {
pr_warn("Broadcast rcv link creation failed, no memory\n");
- kfree(n);
+ tipc_node_put(n);
n = NULL;
goto exit;
}