Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,6 @@ affs_free_block(struct super_block *sb, u32 block) ...@@ -99,7 +99,6 @@ affs_free_block(struct super_block *sb, u32 block)
err_range: err_range:
affs_error(sb, "affs_free_block","Block %u outside partition", block); affs_error(sb, "affs_free_block","Block %u outside partition", block);
return;
} }
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment