> 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

_______________________________________________
iommu mailing list
[email protected]
https://lists.linuxfoundation.org/mailman/listinfo/iommu

Reply via email to