Browse Source

Merge "msm: camera: cdm: Fix cdm bl submit function" into camera-kernel.lnx.5.0

Camera Software Integration 3 năm trước cách đây
mục cha
commit
348517c727
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      drivers/cam_cdm/cam_cdm_hw_core.c

+ 1 - 1
drivers/cam_cdm/cam_cdm_hw_core.c

@@ -920,7 +920,7 @@ int cam_hw_cdm_submit_bl(struct cam_hw_info *cdm_hw,
 	struct cam_cdm_client *client)
 	struct cam_cdm_client *client)
 {
 {
 	unsigned int i;
 	unsigned int i;
-	int rc;
+	int rc = 0;
 	struct cam_cdm_bl_request *cdm_cmd = req->data;
 	struct cam_cdm_bl_request *cdm_cmd = req->data;
 	struct cam_cdm *core = (struct cam_cdm *)cdm_hw->core_info;
 	struct cam_cdm *core = (struct cam_cdm *)cdm_hw->core_info;
 	struct cam_cdm_bl_fifo *bl_fifo = NULL;
 	struct cam_cdm_bl_fifo *bl_fifo = NULL;