Explorar o código

msm: camera: tfe: Change debug fs directory name

Change debug fs directory name from IFE to TFE

CRs-Fixed: 2837303
Change-Id: I1871ad37338bc2d2aa001b6c81f92e2215a010b8
Signed-off-by: Shravya Samala <[email protected]>
Shravya Samala %!s(int64=4) %!d(string=hai) anos
pai
achega
8ff1231363
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;