瀏覽代碼

Merge "msm: camera: isp: Print context on release HW error" into camera-kernel.lnx.4.0

Camera Software Integration 4 年之前
父節點
當前提交
e8ff145658
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/cam_isp/cam_isp_context.c

+ 1 - 1
drivers/cam_isp/cam_isp_context.c

@@ -3998,7 +3998,7 @@ static int __cam_isp_ctx_release_hw_in_top_state(struct cam_context *ctx,
 			&rel_arg);
 		ctx_isp->hw_ctx = NULL;
 	} else {
-		CAM_ERR(CAM_ISP, "No hw resources acquired for this ctx");
+		CAM_ERR(CAM_ISP, "No hw resources acquired for ctx[%u]", ctx->ctx_id);
 	}
 
 	ctx->last_flush_req = 0;