iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_V
authorJason Gunthorpe <jgg@nvidia.com>
Mon, 4 Mar 2024 19:50:08 +0000 (15:50 -0400)
committerWill Deacon <will@kernel.org>
Tue, 26 Mar 2024 10:44:18 +0000 (10:44 +0000)
commit0493e739ccc60a3e0870847f1a12d6d79b86a1fc
tree3717c53deff5035b9bfec084eccc85293ef43218
parent4cece764965020c22cff7665b18a012006359095
iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_V

STRTAB_STE_0_V is a CPU value, it needs conversion for sparse to be clean.

The missing annotation was a mistake introduced by splitting the ops out
from the STE writer.

Fixes: 7da51af9125c ("iommu/arm-smmu-v3: Make STE programming independent of the callers")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202403011441.5WqGrYjp-lkp@intel.com/
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/0-v1-98b23ebb0c84+9f-smmu_cputole_jgg@nvidia.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c