Skip to content

Commit

Permalink
mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read()
Browse files Browse the repository at this point in the history
Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jeff Liu authored and Linus Torvalds committed Mar 22, 2012
1 parent 45f3e38 commit a488428
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -3902,7 +3902,6 @@ static u64 mem_cgroup_read(struct cgroup *cont, struct cftype *cft)
break;
default:
BUG();
break;
}
return val;
}
Expand Down

0 comments on commit a488428

Please sign in to comment.