Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af9556d4 authored by Shravya Samala's avatar Shravya Samala Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarShravya Samala <shravyas@codeaurora.org>
parent 731273dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5606,7 +5606,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;