mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-13 09:25:57 +00:00
When wx_alloc_page_pool() failed in wx_setup_rx_resources(), it doesn't
release DMA buffer. Add dma_free_coherent() in the error path to release
the DMA buffer.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| wx_ethtool.c | ||
| wx_ethtool.h | ||
| wx_hw.c | ||
| wx_hw.h | ||
| wx_lib.c | ||
| wx_lib.h | ||
| wx_type.h | ||