summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2023-08-04 14:53:15 +0300
committerTakashi Iwai <tiwai@suse.de>2023-08-04 14:53:15 +0300
commit4d84f763f7e137be7eeab30cc7daa9449c9cb053 (patch)
treead8869bf50680b5ee4876fbd8c7d6cd07df39f0d /lib
parent788449ae57f4273111b779bbcaad552b67f517d5 (diff)
parentf803ec63686dec863a33cad87218d7d99c4b5e92 (diff)
downloadlinux-4d84f763f7e137be7eeab30cc7daa9449c9cb053.tar.xz
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 'lib')
-rw-r--r--lib/genalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/genalloc.c b/lib/genalloc.c
index 0c883d6fbd44..6c644f954bc5 100644
--- a/lib/genalloc.c
+++ b/lib/genalloc.c
@@ -895,7 +895,7 @@ struct gen_pool *of_gen_pool_get(struct device_node *np,
of_property_read_string(np_pool, "label", &name);
if (!name)
- name = np_pool->name;
+ name = of_node_full_name(np_pool);
}
if (pdev)
pool = gen_pool_get(&pdev->dev, name);