OSDN Git Service

iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find
authorMiaoqian Lin <linmq006@gmail.com>
Fri, 7 Jan 2022 08:09:11 +0000 (08:09 +0000)
committerJoerg Roedel <jroedel@suse.de>
Mon, 28 Feb 2022 13:01:57 +0000 (14:01 +0100)
commit9826e393e4a8c3df474e7f9eacd3087266f74005
treea65623e32351160b77f14c02d0054389e52a1fa9
parentb00833768e170a31af09268f7ab96aecfcca9623
iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find

The reference taken by 'of_find_device_by_node()' must be released when
not needed anymore.
Add the corresponding 'put_device()' in the error handling path.

Fixes: 765a9d1d02b2 ("iommu/tegra-smmu: Fix mc errors on tegra124-nyan")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20220107080915.12686-1-linmq006@gmail.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/tegra-smmu.c