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>
This commit is contained in:
parent
b4478e3530
commit
211c2af014
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue