Re: [PATCH V3] dmaengine: xilinx: Add empty device_config function
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-08-06 13:51:37
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-08-06 13:51:37
On 04-08-21, 21:51, Marek Vasut wrote:
Various DMA users call the dmaengine_slave_config() and expect it to succeed, but that can only succeed if .device_config is implemented. Add empty device_config function rather than patching all the places which use dmaengine_slave_config().
Applied, thanks -- ~Vinod