littlefs_fetchdirent() fix missing return statement
This commit is contained in:
@ -204,6 +204,7 @@ int32_t littlefs_fetchdirent(struct VfsMountPoint *vmp, const char *path, IoctlD
|
||||
lfs_dir_close(&vmp->fs.littlefs.instance, &dir);
|
||||
|
||||
spinlock_release(&vmp->spinlock);
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
int portlfs_read(const struct lfs_config *c, lfs_block_t block, lfs_off_t off, void *buffer, lfs_size_t size) {
|
||||
|
Reference in New Issue
Block a user