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

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
......@@ -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;
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment