Skip to content

Commit 52ff277

Browse files
committed
fix build2
1 parent 3a92880 commit 52ff277

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/dfs/dfs_v2/filesystems/procfs/proc_partitions.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ static rt_err_t show_info_hook_(rt_object_t object, void *data)
3737
dfs_seq_printf(seq, "%4d %7d %14llu %s\n", 0, 0,
3838
geometry.sector_count, device->parent.name);
3939
}
40+
41+
return RT_EOK;
4042
}
4143

4244
static int show_info(struct dfs_seq_file *seq)

0 commit comments

Comments
 (0)