提交 211c2af0 编写于 作者: F Fabian Frederick 提交者: Linus Torvalds

fs/affs/bitmap.c: remove unnecessary return

return is not needed at the end of function.
Signed-off-by: NFabian Frederick <fabf@skynet.be>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册