mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
fs_cromfs:Remove duplicate case intorduced by 67ef70d
This commit is contained in:
committed by
Xiang Xiao
parent
0cc3f95bb4
commit
2eccc960a9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user