Procházet zdrojové kódy

Merge "msm: camera: tfe: Change debug fs directory name" into camera-kernel.lnx.5.0

Savita Patted před 4 roky
rodič
revize
8c78eb99d6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      drivers/cam_isp/isp_hw_mgr/cam_tfe_hw_mgr.c

+ 1 - 1
drivers/cam_isp/isp_hw_mgr/cam_tfe_hw_mgr.c

@@ -5610,7 +5610,7 @@ static int cam_tfe_hw_mgr_debug_register(void)
 	int rc = 0;
 	struct dentry *dbgfileptr = NULL;
 
-	dbgfileptr = debugfs_create_dir("camera_ife", NULL);
+	dbgfileptr = debugfs_create_dir("camera_tfe", NULL);
 	if (!dbgfileptr) {
 		CAM_ERR(CAM_ISP,"DebugFS could not create directory!");
 		rc = -ENOENT;