mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 15:13:52 +00:00
b73e43dcd7
In case of long format of qDMA command descriptor, there are one frame
descriptor, three entries in the frame list and two data entries. So the
size of dma_pool_create for these three fields should be the same with
the total size of entries respectively, or the contents may be overwritten
by the next allocated descriptor.
Fixes:
|
||
---|---|---|
.. | ||
dpaa2-qdma.c | ||
dpaa2-qdma.h | ||
dpdmai.c | ||
dpdmai.h | ||
Kconfig | ||
Makefile |