commit | 26797a34a24cfeab9951a6f42f27432c0b2546af | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:13 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:13 2007 +0200 |
tree | 9910b5bafd0a443e58450974c55a6106d4998106 | |
parent | 3e9830dcabdeb3656855ec1b678b6bcf3b50261c [diff] |
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>