mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read()
authorJeff Liu <[email protected]>
Wed, 21 Mar 2012 23:34:27 +0000 (16:34 -0700)
committerLinus Torvalds <[email protected]>
Thu, 22 Mar 2012 00:55:02 +0000 (17:55 -0700)
Signed-off-by: Jie Liu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/memcontrol.c

index 4dc9709eff31ea145593c4839439c3a33be03625..61102938f119ec84d1ea94adbebd85c2c24869f2 100644 (file)
@@ -3902,7 +3902,6 @@ static u64 mem_cgroup_read(struct cgroup *cont, struct cftype *cft)
                break;
        default:
                BUG();
-               break;
        }
        return val;
 }