Procházet zdrojové kódy

Merge "msm: camera: tfe: initialise the flush and error dump id to max value" into camera-kernel.lnx.7.0

Camera Software Integration před 1 rokem
rodič
revize
1805af21ee
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      drivers/cam_isp/isp_hw_mgr/cam_tfe_hw_mgr.c

+ 2 - 0
drivers/cam_isp/isp_hw_mgr/cam_tfe_hw_mgr.c

@@ -3635,6 +3635,8 @@ start_only:
 		}
 		}
 	}
 	}
 
 
+	ctx->last_dump_flush_req_id = U64_MAX;
+	ctx->last_dump_err_req_id = U64_MAX;
 	return 0;
 	return 0;
 
 
 err:
 err: