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

Commit d7ef970b authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Linus Torvalds
Browse files

NCP: delete test of long-deceased CONFIG_NCPFS_DEBUGDENTRY

parent 80cd6920
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -726,9 +726,6 @@ ncp_del_file_or_subdir2(struct ncp_server *server,
	__le32 dirent;

	if (!inode) {
#ifdef CONFIG_NCPFS_DEBUGDENTRY
		PRINTK("ncpfs: ncpdel2: dentry->d_inode == NULL\n");
#endif
		return 0xFF;	/* Any error */
	}
	volnum = NCP_FINFO(inode)->volNumber;