Re: [PATCH v3 3/9] iommu/arm-smmu: Implement ->probe_finalize()
From: Will Deacon <will@kernel.org>
Date: 2021-06-15 21:55:02
Also in:
linux-iommu, linux-tegra
From: Will Deacon <will@kernel.org>
Date: 2021-06-15 21:55:02
Also in:
linux-iommu, linux-tegra
On Tue, Jun 15, 2021 at 06:12:13PM +0000, Krishna Reddy wrote:
quoted
if (smmu->impl->probe_finalize)The above is the issue. It should be updated as below similar to other instances impl callbacks. if (smmu->impl && smmu->impl->probe_finalize)
I'll push a patch on top shortly... Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel