]> Git Repo - J-u-boot.git/commitdiff
iommu: qcom-smmu: fix debugging
authorCaleb Connolly <[email protected]>
Wed, 20 Mar 2024 14:30:51 +0000 (14:30 +0000)
committerMattijs Korpershoek <[email protected]>
Fri, 22 Mar 2024 09:17:34 +0000 (10:17 +0100)
The priv struct was wrong in dump_boot_mappings(). Causing errors when
compiling with -DDEBUG. Fix this.

Reviewed-by: Mattijs Korpershoek <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Signed-off-by: Caleb Connolly <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mattijs Korpershoek <[email protected]>
drivers/iommu/qcom-hyp-smmu.c

index 8e5cdb581550e5abe7219c2af07fae2eadc782b5..f2b39de56f4ad8f0d915e219cd059d21846b5065 100644 (file)
@@ -319,7 +319,7 @@ static int qcom_smmu_connect(struct udevice *dev)
 }
 
 #ifdef DEBUG
-static inline void dump_boot_mappings(struct arm_smmu_priv *priv)
+static inline void dump_boot_mappings(struct qcom_smmu_priv *priv)
 {
        u32 val;
        int i;
This page took 0.034299 seconds and 4 git commands to generate.