Skip to content

Commit

Permalink
fs/affs/bitmap.c: remove unnecessary return
Browse files Browse the repository at this point in the history
return is not needed at the end of function.

Signed-off-by: Fabian Frederick <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Fabian Frederick authored and torvalds committed Feb 17, 2015
1 parent b4478e3 commit 211c2af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/affs/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ affs_free_block(struct super_block *sb, u32 block)

err_range:
affs_error(sb, "affs_free_block","Block %u outside partition", block);
return;
}

/*
Expand Down

0 comments on commit 211c2af

Please sign in to comment.