[PATCH v3 3/9] iommu/arm-smmu: Implement ->probe_finalize()

Krishna Reddy vdumpa at nvidia.com
Tue Jun 15 11:12:13 PDT 2021


> 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)

-KR



More information about the linux-arm-kernel mailing list