aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Liu <[email protected]>2012-03-21 16:34:27 -0700
committerLinus Torvalds <[email protected]>2012-03-21 17:55:02 -0700
commita488428871265979bcf2c46298a04c1d5826e6cb (patch)
tree87126bade942bcff8f36e538c8f45605fd080fd0
parent45f3e385b7a639c633d7a4b1e863c2d52b918258 (diff)
mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read()
Signed-off-by: Jie Liu <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/memcontrol.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index 4dc9709eff31..61102938f119 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -3902,7 +3902,6 @@ static u64 mem_cgroup_read(struct cgroup *cont, struct cftype *cft)
break;
default:
BUG();
- break;
}
return val;
}