summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorYaroslav Furman <yaro330@gmail.com>2018-07-31 16:50:42 +0300
committerDavide Garberi <dade.garberi@gmail.com>2022-07-27 19:23:19 +0200
commit25f89fc135e06e2e2b689bff7fd95d5dde4ae402 (patch)
treecce324bc5becf17e72b9763d1c4d06da740c85b5 /drivers/media
parent9e4b22444e2c3344b3f437027f19cbd04e4dae7a (diff)
camera: cam_smmu_api: remove a rogue comma
It _ruins_ ramoops logs. [ 1.089832] CAM-SMMU cam_smmu_populate_sids:2331 __debug cnt = 8, cb->name: :vfe sid [0] = 3072 , [ 1.089843] CAM-SMMU cam_smmu_populate_sids:2331 __debug cnt = 8, cb->name: :vfe sid [1] = 3073 [ 1.089843] ,CAM-SMMU cam_smmu_populate_sids:2331 __debug cnt = 8, cb->name: :vfe sid [2] = 3074 , [ 1.089858] CAM-SMMU cam_smmu_populate_sids:2331 __debug cnt = 8, cb->name: :vfe sid [3] = 3075 [ 1.089858] ,[ 1.090092] CAM-SMMU cam_smmu_populate_sids:2331 __debug cnt = 2, cb->name: :cpp sid [0] = 2560 , [ 1.090286] CAM-SMMU cam_smmu_populate_sids:2331 __debug cnt = 2, cb->name: :camera_fd sid [0] = 2561 , [ 1.090482] CAM-SMMU cam_smmu_populate_sids:2331 __debug cnt = 2, cb->name: :jpeg_enc0 sid [0] = 2048 , [ 1.090674] CAM-SMMU cam_smmu_populate_sids:2331 __debug cnt = 2, cb->name: :jpeg_dma sid [0] = 2049 , [ 1.095134] CAM-SOC msm_camera_get_reg_base:864 err: mem resource csiphy_clk_mux not found Signed-off-by: Yaroslav Furman <yaro330@gmail.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com> Change-Id: I124ed5023c34f4e90415d00fed154c97c89f48e7
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/platform/msm/camera_v2/common/cam_smmu_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/msm/camera_v2/common/cam_smmu_api.c b/drivers/media/platform/msm/camera_v2/common/cam_smmu_api.c
index 7d9edde62c1b..0a6f2646be96 100644
--- a/drivers/media/platform/msm/camera_v2/common/cam_smmu_api.c
+++ b/drivers/media/platform/msm/camera_v2/common/cam_smmu_api.c
@@ -2327,7 +2327,7 @@ static int cam_smmu_populate_sids(struct device *dev,
if (rc < 0)
pr_err("misconfiguration, can't fetch SID\n");
- pr_err("__debug cnt = %d, cb->name: :%s sid [%d] = %d\n,",
+ pr_err("__debug cnt = %d, cb->name: :%s sid [%d] = %d\n",
cnt, cb->name, j, cb->sids[j]);
}
return rc;