diff options
Diffstat (limited to 'fs/btrfs/check-integrity.c')
| -rw-r--r-- | fs/btrfs/check-integrity.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/check-integrity.c b/fs/btrfs/check-integrity.c index b669a7d8e49..d986824bb2b 100644 --- a/fs/btrfs/check-integrity.c +++ b/fs/btrfs/check-integrity.c @@ -644,7 +644,7 @@ static struct btrfsic_dev_state *btrfsic_dev_state_hashtable_lookup(  static int btrfsic_process_superblock(struct btrfsic_state *state,  				      struct btrfs_fs_devices *fs_devices)  { -	int ret; +	int ret = 0;  	struct btrfs_super_block *selected_super;  	struct list_head *dev_head = &fs_devices->devices;  	struct btrfs_device *device;  |