From: Fabian Frederick Date: Tue, 17 Feb 2015 21:46:28 +0000 (-0800) Subject: fs/affs/bitmap.c: remove unnecessary return X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=211c2af014d2c41752a13b652ae8b9815e07802c;p=linux.git fs/affs/bitmap.c: remove unnecessary return return is not needed at the end of function. Signed-off-by: Fabian Frederick Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/affs/bitmap.c b/fs/affs/bitmap.c index c8de51185c23b..675148950fed9 100644 --- a/fs/affs/bitmap.c +++ b/fs/affs/bitmap.c @@ -99,7 +99,6 @@ err_bh_read: err_range: affs_error(sb, "affs_free_block","Block %u outside partition", block); - return; } /*