[PATCH 4/6 linux-next] fs/affs/bitmap.c: remove unnecessary return

2015-02-03 Thread Fabian Frederick
return is not needed at the end of function. Cc: Andrew Morton Signed-off-by: Fabian Frederick --- fs/affs/bitmap.c | 1 - 1 file changed, 1 deletion(-) 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

[PATCH 4/6 linux-next] fs/affs/bitmap.c: remove unnecessary return

2015-02-03 Thread Fabian Frederick
return is not needed at the end of function. Cc: Andrew Morton a...@linux-foundation.org Signed-off-by: Fabian Frederick f...@skynet.be --- fs/affs/bitmap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/affs/bitmap.c b/fs/affs/bitmap.c index c8de511..6751489 100644 --- a/fs/affs/bitmap.c