Loading drivers/cam_isp/isp_hw_mgr/cam_tfe_hw_mgr.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/cam_isp/isp_hw_mgr/cam_tfe_hw_mgr.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading