commit | e6e7a65aabdb696cf05a56cfd495c49a11fd4cde | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Sun Nov 16 05:53:19 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Nov 16 07:53:39 2008 +0100 |
tree | e73e423314b49ebc861ef5e7547ad97493a5e179 | |
parent | ee02a2e5c88ca2e4d6921f08d037b46d5bf82641 [diff] |
tracing/ftrace: fix unexpected -EINVAL when longest tracer name is set Impact: fix confusing write() -EINVAL when changing the tracer The following commit d9e540762f5cdd89f24e518ad1fd31142d0b9726 remade alive the bug which made the set of a new tracer returning -EINVAL if this is the longest name of tracer. This patch corrects it. Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>