sched: break out if printing a warning in sched_domain_debug()
authorIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:13 +0000 (17:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:13 +0000 (17:00 +0200)
commit26797a34a24cfeab9951a6f42f27432c0b2546af
tree9910b5bafd0a443e58450974c55a6106d4998106
parent3e9830dcabdeb3656855ec1b678b6bcf3b50261c
sched: break out if printing a warning in sched_domain_debug()

checkpatch.pl and Andy Whitcroft noticed the following bug: we did
not break out after printing an error.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c