diff options
Diffstat (limited to 'util-linux/volume_id/volume_id.c')
-rw-r--r-- | util-linux/volume_id/volume_id.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/volume_id/volume_id.c b/util-linux/volume_id/volume_id.c index c8cf946df..f41d4e0d9 100644 --- a/util-linux/volume_id/volume_id.c +++ b/util-linux/volume_id/volume_id.c | |||
@@ -195,7 +195,6 @@ int FAST_FUNC volume_id_probe_all(struct volume_id *id, /*uint64_t off,*/ uint64 | |||
195 | ret: | 195 | ret: |
196 | volume_id_free_buffer(id); | 196 | volume_id_free_buffer(id); |
197 | return (- id->error); /* 0 or -1 */ | 197 | return (- id->error); /* 0 or -1 */ |
198 | |||
199 | } | 198 | } |
200 | 199 | ||
201 | /* open volume by device node */ | 200 | /* open volume by device node */ |