Commits

Robin Gong committed d47c175beeb
MLK-14976: dma: virt-dma: free description after callback Some drivers may access dma_async_tx_descriptor in callback such as tty/serial/fsl_lpuart.c, but the description has already been freed before callback, memory corrupt here. Move the free description behind of callback. Signed-off-by: Robin Gong <yibin.gong@nxp.com>