]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5df67031c90517209d0b2670a1bc4b8a688b37a8
tree9910b5bafd0a443e58450974c55a6106d4998106
parente9cc139086815a00172a3f82575771b324b688e2
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