diff options
| author | Christian Gromm <[email protected]> | 2016-06-06 15:23:06 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-08-15 19:17:03 +0200 |
| commit | db5a48d595cfd27ba66625558d982205b46d11fd (patch) | |
| tree | 354734249602dd4cb34b7214de2ba89726689133 /tools/perf/scripts/python | |
| parent | e494df039df0fc73587fda48752bfdbe88a6e7ce (diff) | |
staging: most: v4l2-aim: optimize list_for_each_entry_safe
As the function get_aim_dev() does not delete elements of the list, the
use of macro list_for_each_entry_safe is not necessary.
This patch replaces the macro list_for_each_entry_safe with the macro
list_for_each_entry.
Signed-off-by: Andrey Shvetsov <[email protected]>
Signed-off-by: Christian Gromm <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions