linux/drivers/soc/ti
Axel Lin 148bb0439a soc: ti: knav_qmss_queue: Use list_for_each_entry_safe to prevent use after free
list_for_each_entry_safe() is necessary if list objects are deleted from
the list while traversing it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
2014-11-03 10:22:06 -08:00
..
Kconfig
Makefile
knav_dma.c
knav_qmss.h soc: ti: Use list_first_entry_or_null() at appropriate places 2014-10-27 09:37:35 -07:00
knav_qmss_acc.c
knav_qmss_queue.c soc: ti: knav_qmss_queue: Use list_for_each_entry_safe to prevent use after free 2014-11-03 10:22:06 -08:00