Browse Source

fs/affs/bitmap.c: remove unnecessary return

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>
Fabian Frederick 10 years ago
parent
commit
211c2af014
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fs/affs/bitmap.c

+ 0 - 1
fs/affs/bitmap.c

@@ -99,7 +99,6 @@ err_bh_read:
 
 
 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;
 }
 }
 
 
 /*
 /*