Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Fabian Frederick and committed by
Linus Torvalds
211c2af0 b4478e35

-1
-1
fs/affs/bitmap.c
··· 99 99 100 100 err_range: 101 101 affs_error(sb, "affs_free_block","Block %u outside partition", block); 102 - return; 103 102 } 104 103 105 104 /*