iommu/arm-smmu: return failure from iommu_iova_to_phys when ATOS fails
Currently, we fall back to a software table walk if ATOS fails. This
can mask problems that might be harder to debug later. Rather than
doing a software table walk and returning success, just print the result
of the software table walk to the log and return failure.
Change-Id: I28335b33977e60aea43d2c0ee1f4571a14a5e191
Signed-off-by:
Mitchel Humpherys <mitchelh@codeaurora.org>
Loading
Please register or sign in to comment