diff options
author | 2023-01-30 20:52:59 +0100 | |
---|---|---|
committer | 2023-01-31 11:16:57 +0100 | |
commit | 9cc5265ac8ed52b5d13684dc36947b3d0856add5 (patch) | |
tree | 528b7b82101326092875227aecfd468431a14860 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | staging: r8188eu: make sta_pending a list_head (diff) | |
download | wireguard-linux-9cc5265ac8ed52b5d13684dc36947b3d0856add5.tar.xz wireguard-linux-9cc5265ac8ed52b5d13684dc36947b3d0856add5.zip |
staging: r8188eu: use kernel helper to iterate over a list
rtw_free_xmitframe_list iterates over the list of xmit_frames and frees
each entry. We can use list_for_each_entry_safe instead of coding this
manually. We need the _safe version as the current pxmitframe will be
removed from the list by rtw_free_xmitframe.
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20230130195303.138941-6-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions