diff options
author | Sergey Matyukevich <sergey.matyukevich.os@quantenna.com> | 2018-02-10 17:04:17 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-02-27 19:18:42 +0300 |
commit | 1d5e3b90ab0160375d15dd8f322c1bfdb8a83e1e (patch) | |
tree | 09b4ba172a8b19b6c2b098d67ea237bd23daa466 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | dcdd54c2bcae086a5834d3f823914d7535843b17 (diff) | |
download | linux-1d5e3b90ab0160375d15dd8f322c1bfdb8a83e1e.tar.xz |
qtnfmac: fix releasing Tx/Rx data buffers
Add missing PCI unmap for Tx buffers and release all buffers explicitly.
Managed release using devm_add_action is not suitable for qtnfmac Tx/Rx
data buffers. The reason is in ordering and dependencies: buffers
should be released after transmission is stopped but before PCI
device resources and DMA allocations are released.
Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions