mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
dmaengine: hsu: remove dma_slave_config direction usage
dma_slave_config direction was marked as deprecated quite some time back, remove the usage from this driver so that the field can be removed Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
3d143c252e
commit
fe6d371997
@ -348,10 +348,6 @@ static int hsu_dma_slave_config(struct dma_chan *chan,
|
||||
{
|
||||
struct hsu_dma_chan *hsuc = to_hsu_dma_chan(chan);
|
||||
|
||||
/* Check if chan will be configured for slave transfers */
|
||||
if (!is_slave_direction(config->direction))
|
||||
return -EINVAL;
|
||||
|
||||
memcpy(&hsuc->config, config, sizeof(hsuc->config));
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user