Parcourir la source

Merge "msm: camera: smmu: Update SMMU debug print format" into camera-kernel.lnx.6.0

Camera Software Integration il y a 3 ans
Parent
commit
d655daf797
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      drivers/cam_smmu/cam_smmu_api.c

+ 2 - 2
drivers/cam_smmu/cam_smmu_api.c

@@ -4130,8 +4130,8 @@ static int cam_smmu_get_memory_regions_info(struct device_node *of_node,
 
 		CAM_DBG(CAM_SMMU, "Found label -> %s", cb->name[0]);
 		CAM_DBG(CAM_SMMU, "Found region -> %s", region_name);
-		CAM_DBG(CAM_SMMU, "region_start -> %X", region_start);
-		CAM_DBG(CAM_SMMU, "region_len -> %X", region_len);
+		CAM_DBG(CAM_SMMU, "region_start -> %lx", region_start);
+		CAM_DBG(CAM_SMMU, "region_len -> %lx", region_len);
 		CAM_DBG(CAM_SMMU, "region_id -> %X", region_id);
 	}