Skip to content
Commit 43bd1236 authored by Frederic Weisbecker's avatar Frederic Weisbecker
Browse files

tracing/stat: remove unappropriate safe walk on list



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: default avatarFrederic Weisbecker <fweisbec@gmail.com>
parent dbd3fbdf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment