mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
dmaengine: sprd: Remove direction usage from struct dma_slave_config
The direction field of struct dma_slave_config was marked deprecated, thus remove the usage. Signed-off-by: Baolin Wang <baolin.wang@linaro.org> Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
651022382c
commit
a0ecabf503
@ -847,9 +847,6 @@ static int sprd_dma_slave_config(struct dma_chan *chan,
|
|||||||
struct sprd_dma_chn *schan = to_sprd_dma_chan(chan);
|
struct sprd_dma_chn *schan = to_sprd_dma_chan(chan);
|
||||||
struct dma_slave_config *slave_cfg = &schan->slave_cfg;
|
struct dma_slave_config *slave_cfg = &schan->slave_cfg;
|
||||||
|
|
||||||
if (!is_slave_direction(config->direction))
|
|
||||||
return -EINVAL;
|
|
||||||
|
|
||||||
memcpy(slave_cfg, config, sizeof(*config));
|
memcpy(slave_cfg, config, sizeof(*config));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user