Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 16 Feb 2024 14:40:27 +0000 (15:40 +0100)
committer
Joerg Roedel <jroedel@suse.de>
Fri, 1 Mar 2024 12:47:01 +0000 (13:47 +0100)
iommu_ops_from_fwnode() stores &iommu_spec->np->fwnode in local
variable, so use it to simplify the code (iommu_spec is not changed
between these dereferences).