1
0
Fork 0

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>
hifive-unleashed-5.1
Fabian Frederick 2015-02-17 13:46:28 -08:00 committed by Linus Torvalds
parent b4478e3530
commit 211c2af014
1 changed files with 0 additions and 1 deletions

View File

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