mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
81a812c98b
Since we will remove items off the list using list_del() we need
to use a safe version of the list_for_each_entry() macro aptly named
list_for_each_entry_safe().
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
sprd-mcdt.c | ||
sprd-mcdt.h | ||
sprd-pcm-compress.c | ||
sprd-pcm-dma.c | ||
sprd-pcm-dma.h |