Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4884288 authored by Jeff Liu's avatar Jeff Liu Committed by Linus Torvalds
Browse files

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

parent 45f3e385
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3902,7 +3902,6 @@ static u64 mem_cgroup_read(struct cgroup *cont, struct cftype *cft)
		break;
	default:
		BUG();
		break;
	}
	return val;
}