Quellcode durchsuchen

msm: camera: common: Fix some errors

This change fix ISP log error and function annotation error.

CRs-Fixed: 3248587
Change-Id: Ibe9305cb666831b98314a834049c3402b52bf389
Signed-off-by: Wang Kan <[email protected]>
Wang Kan vor 3 Jahren
Ursprung
Commit
b8c77fdc84
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      drivers/cam_isp/cam_isp_context.c
  2. 1 1
      drivers/cam_req_mgr/cam_req_mgr_core.c

+ 1 - 1
drivers/cam_isp/cam_isp_context.c

@@ -3159,7 +3159,7 @@ static int __cam_isp_ctx_epoch_in_bubble_applied(
 	list_add_tail(&req->list, &ctx->active_req_list);
 	ctx_isp->active_req_cnt++;
 	CAM_DBG(CAM_ISP, "move request %lld to active list(cnt = %d) ctx %u",
-		req->request_id, ctx_isp->active_req_cnt);
+		req->request_id, ctx_isp->active_req_cnt, ctx->ctx_id);
 
 	if (!req_isp->bubble_report) {
 		if (req->request_id > ctx_isp->reported_req_id) {

+ 1 - 1
drivers/cam_req_mgr/cam_req_mgr_core.c

@@ -2480,7 +2480,7 @@ static void __cam_req_mgr_destroy_subdev(
 }
 
 /**
- * __cam_req_mgr_destroy_link_info()
+ * __cam_req_mgr_disconnect_link()
  *
  * @brief    : Unlinks all devices on the link
  * @link     : pointer to link