diff options
| author | Dan Carpenter <dan.carpenter@oracle.com> | 2021-06-07 21:18:13 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-09 14:29:01 +0200 |
| commit | 629132b3d523bef7b32657e17c0edc1cdaae7e0a (patch) | |
| tree | d4d7f6f687cebb05abf6b991d50f3606735b60e6 /scripts/gdb/linux/timerlist.py | |
| parent | c47bcff9ae42c1cb24c828401f2681003b601564 (diff) | |
staging: rtl8188eu: use safe iterator in xmit_delivery_enabled_frames()
This loop calls list_del_init(&pxmitframe->list) and "pxmitframe" is the
list iterator so it leads to a forever loop. We need to use a _safe()
iterator to fix this.
Fixes: 23017c8842d2 ("staging: rtl8188eu: Use list iterators and helpers")
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/YL5i5aVMQ3CZ5wuQ@mwanda
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions
