fs_cromfs:Remove duplicate case intorduced by 67ef70d

This commit is contained in:
David Sidrane 2020-08-04 10:01:19 -07:00 committed by Xiang Xiao
parent 0cc3f95bb4
commit 2eccc960a9

View file

@ -1080,10 +1080,6 @@ static int cromfs_readdir(struct inode *mountpt, struct fs_dirent_s *dir)
dir->fd_dir.d_type = DTYPE_BLK;
break;
case S_IFSOCK: /* Socket */
dir->fd_dir.d_type = DTYPE_SOCK;
break;
case S_IFMQ: /* Message queue */
dir->fd_dir.d_type = DTYPE_MQ;
break;