commit | 7c572ac0cf5e8cd8e17f084bc6c253296cc42279 | [log] [tgz] |
---|---|---|
author | Frédéric Weisbecker <fweisbec@gmail.com> | Thu Sep 25 13:25:30 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:38:52 2008 +0200 |
tree | 687ab958f3f4b9689064437808bf7fc508e28c4d | |
parent | 3ce2b9200da8b7170cc7463b7ee4212fad7b291e [diff] |
tracing/ftrace: don't consume unhandled entries by boot tracer When the boot tracer can't handle an entry output, it returns 1. It should return 0 to relay on other output functions. Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>