tracing/stat: remove unappropriate safe walk on list
authorFrederic Weisbecker <fweisbec@gmail.com>
Sat, 30 May 2009 02:25:30 +0000 (04:25 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Mon, 1 Jun 2009 23:18:33 +0000 (01:18 +0200)
register_stat_tracer() uses list_for_each_entry_safe
to check whether a tracer is already present in the list.
But we don't delete anything from the list here, so
we don't need the safe version

[ Impact: cleanup list use is stat tracing ]

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>

No differences found