diff options
author | 2014-11-06 18:20:41 +0800 | |
---|---|---|
committer | 2014-11-28 13:41:44 +0100 | |
commit | 413df10bbf09e8ab1e2659126af849b4c9f3a3e3 (patch) | |
tree | c84a0f78205b7c1430d5e4403e4ec077ea9336e7 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | NFC: Don't include linux/unaligned/access_ok.h (diff) | |
download | linux-dev-413df10bbf09e8ab1e2659126af849b4c9f3a3e3.tar.xz linux-dev-413df10bbf09e8ab1e2659126af849b4c9f3a3e3.zip |
NFC: llcp: Use list_for_each_entry in llcp_accept_poll
list_for_each_entry_safe() is necessary if list objects are deleted from
the list while traversing it. Not the case here, so we can use the base
list_for_each_entry variant.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions