commit | 5d9881ea1440f046ee851bbaa2a2962543336a11 | [log] [tgz] |
---|---|---|
author | Zhaolei <zhaolei@cn.fujitsu.com> | Wed Oct 22 11:38:01 2008 +0800 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 27 13:02:23 2008 +0100 |
tree | 28b3797d8bf356f288b4f9025925e617f599ac9c | |
parent | 4de62748e69c31fc4fd5bc43b73e9cf60a17ec53 [diff] |
markers: break the redundant loop in kernel/marker.c Impact: cleanup, no functionality changed Because e->name is unique in list, we don't need to continue the iteration after matched. Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> Acked-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Signed-off-by: Ingo Molnar <mingo@elte.hu>