diff --git a/components/dfs/dfs_v1/filesystems/elmfat/dfs_elm.c b/components/dfs/dfs_v1/filesystems/elmfat/dfs_elm.c index 50ec5b6a97..be6579ab59 100644 --- a/components/dfs/dfs_v1/filesystems/elmfat/dfs_elm.c +++ b/components/dfs/dfs_v1/filesystems/elmfat/dfs_elm.c @@ -349,7 +349,6 @@ int dfs_elm_open(struct dfs_file *file) return -ENOENT; } file->pos = 0; - return 0; } if (fs == NULL)