51fe9cd2bd
Originally freeing descriptors was split into a locked and an unlocked
part. The locked part in vchan_get_all_descriptors() collected all
descriptors on a separate list_head. This was done to allow iterating
over that new list in vchan_dma_desc_free_list() without a lock held.
This became broken in
|
||
---|---|---|
.. | ||
Makefile | ||
dw-axi-dmac-platform.c | ||
dw-axi-dmac.h |