summaryrefslogtreecommitdiffstats
path: root/fs/affs
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2015-02-17 13:46:28 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2015-02-17 14:34:52 -0800
commit211c2af014d2c41752a13b652ae8b9815e07802c (patch)
tree3fa34734ee05eaf9d1bf9f3cac45c67e707f8402 /fs/affs
parentb4478e3530288503704e1cc701c426174e4550f0 (diff)
downloadop-kernel-dev-211c2af014d2c41752a13b652ae8b9815e07802c.zip
op-kernel-dev-211c2af014d2c41752a13b652ae8b9815e07802c.tar.gz
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>
Diffstat (limited to 'fs/affs')
-rw-r--r--fs/affs/bitmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/affs/bitmap.c b/fs/affs/bitmap.c
index c8de511..6751489 100644
--- a/fs/affs/bitmap.c
+++ b/fs/affs/bitmap.c
@@ -99,7 +99,6 @@ err_bh_read:
err_range:
affs_error(sb, "affs_free_block","Block %u outside partition", block);
- return;
}
/*
OpenPOWER on IntegriCloud