diff options
author | 2023-08-15 10:01:26 -0300 | |
---|---|---|
committer | 2023-08-15 10:01:26 -0300 | |
commit | a35762dd14adb952442e487d8dad4bb50b614b2b (patch) | |
tree | 4d21de11837f293860db8abbea8db161f1018edb /lib/genalloc.c | |
parent | iommufd/selftest: Make the mock iommu driver into a real driver (diff) | |
parent | Linux 6.5-rc6 (diff) | |
download | wireguard-linux-a35762dd14adb952442e487d8dad4bb50b614b2b.tar.xz wireguard-linux-a35762dd14adb952442e487d8dad4bb50b614b2b.zip |
Merge tag 'v6.5-rc6' into iommufd for-next
Required for following patches.
Resolve merge conflict by using the hunk from the for-next branch and
shifting the iommufd_object_deref_user() into iommufd_hw_pagetable_put()
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'lib/genalloc.c')
-rw-r--r-- | lib/genalloc.c | 2 |
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); |