Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 211c2af0 authored by Fabian Frederick's avatar Fabian Frederick Committed by Linus Torvalds
Browse files

fs/affs/bitmap.c: remove unnecessary return



return is not needed at the end of function.

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b4478e35
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -99,7 +99,6 @@ affs_free_block(struct super_block *sb, u32 block)

err_range:
	affs_error(sb, "affs_free_block","Block %u outside partition", block);
	return;
}

/*