msm: eva: Update EVA IOMMU fault handler return

Changes return value from -EINVAL to -ENOSYS to print
debugging info.

Change-Id: Ic80fa6a348eb132aa7c215eedd6c43ffeec8c818
Signed-off-by: George Shen <sqiao@codeaurora.org>
This commit is contained in:
George Shen
2021-02-02 19:25:41 -08:00
parent d356d6fe7a
commit bd3feaf6b0

View File

@@ -941,7 +941,7 @@ int msm_cvp_smmu_fault_handler(struct iommu_domain *domain,
* is not installed and prints a list of useful debug information like * is not installed and prints a list of useful debug information like
* FAR, SID etc. This information is not printed if we return 0. * FAR, SID etc. This information is not printed if we return 0.
*/ */
return -EINVAL; return -ENOSYS;
} }
static int msm_cvp_populate_context_bank(struct device *dev, static int msm_cvp_populate_context_bank(struct device *dev,