fs/affs/bitmap.c: remove unnecessary return
authorFabian Frederick <fabf@skynet.be>
Tue, 17 Feb 2015 21:46:28 +0000 (13:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Feb 2015 22:34:52 +0000 (14:34 -0800)
return is not needed at the end of function.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/affs/bitmap.c

index c8de511..6751489 100644 (file)
@@ -99,7 +99,6 @@ err_bh_read:
 
 err_range:
        affs_error(sb, "affs_free_block","Block %u outside partition", block);
-       return;
 }
 
 /*