]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()
authorYu Kuai <yukuai3@huawei.com>
Fri, 18 Sep 2020 01:13:35 +0000 (09:13 +0800)
committerJoerg Roedel <jroedel@suse.de>
Thu, 24 Sep 2020 08:48:29 +0000 (10:48 +0200)
commit36d70d20ab392a1db4dbc2301d0adcb629eb6563
tree2f0807ec221da738167bd268425a01fa799aca24
parentb0e5781a19ed88b82bc3a52fa6c2d0dacc709a66
iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()

if of_find_device_by_node() succeed, exynos_iommu_of_xlate() doesn't have
a corresponding put_device(). Thus add put_device() to fix the exception
handling for this function implementation.

Fixes: 87faf68a5290 ("iommu/exynos: Add callback for initializing devices from device tree")
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Acked-by: Marek Szyprowski <m.szyprowski@samsung.com>
Link: https://lore.kernel.org/r/20200918011335.909141-1-yukuai3@huawei.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/exynos-iommu.c