summaryrefslogtreecommitdiff
path: root/scripts/livepatch
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2026-09-17 08:15:32 +0200
committerTakashi Iwai <tiwai@suse.de>2026-09-17 08:15:32 +0200
commit546b928da0427b0d6c663cbb992bd7bfa9ac7971 (patch)
tree8af139c814686116b55ab46ad130804f5da46a57 /scripts/livepatch
parentdbd9d1cbf9700528c8595ab1fa7ef832e79821fe (diff)
parent940e8fe8535d22ce67dd2fb9588e6c55a31d7d03 (diff)
downloadlinux-546b928da0427b0d6c663cbb992bd7bfa9ac7971.tar.gz
linux-546b928da0427b0d6c663cbb992bd7bfa9ac7971.zip
Merge tag 'asoc-fix-v7.3-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v7.3 A relatively large pile of fixes here, a lot of driver specific stuff that's broadly unremarkable plus a few core fixes from Richard that fix issues where SoundWire systems with multiple CODECs on the same link would configure the CODECs to use the same bus slots leading to broken audio.
Diffstat (limited to 'scripts/livepatch')
-rw-r--r--scripts/livepatch/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/livepatch/init.c b/scripts/livepatch/init.c
index f14d8c8fb35f..16aff8f736eb 100644
--- a/scripts/livepatch/init.c
+++ b/scripts/livepatch/init.c
@@ -51,7 +51,7 @@ static int __init livepatch_mod_init(void)
if (!funcs) {
ret = -ENOMEM;
for (int j = 0; j < i; j++)
- kfree(objs[i].funcs);
+ kfree(objs[j].funcs);
goto err_free_objs;
}