dect
/
linux-2.6
Archived
13
0
Fork 0

mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read()

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>
This commit is contained in:
Jeff Liu 2012-03-21 16:34:27 -07:00 committed by Linus Torvalds
parent 45f3e385b7
commit a488428871
1 changed files with 0 additions and 1 deletions

View File

@ -3902,7 +3902,6 @@ static u64 mem_cgroup_read(struct cgroup *cont, struct cftype *cft)
break;
default:
BUG();
break;
}
return val;
}