mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 00:10:51 +07:00
b91a6bfc4e
commit 827f3164aaa579eee6fd50c6654861d54f282a11 upstream.
Along with the transition to the managed PCM buffers, the driver now
accepts the dynamically allocated buffer, while it still kept the
reference to the old preallocated buffer address. This patch corrects
to the right reference via runtime->dma_addr.
(Although this might have been already buggy before the cleanup with
the managed buffer, let's put Fixes tag to point that; it's a corner
case, after all.)
Fixes:
|
||
---|---|---|
.. | ||
aio-compress.c | ||
aio-core.c | ||
aio-cpu.c | ||
aio-dma.c | ||
aio-ld11.c | ||
aio-pxs2.c | ||
aio-reg.h | ||
aio.h | ||
evea.c | ||
Kconfig | ||
Makefile |