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

Commit ec58f376 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

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

parents e3d11961 af9556d4
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;