diff options
author | Andrea Merello <andrea.merello@gmail.com> | 2018-11-20 16:31:51 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-01-07 09:53:12 +0530 |
commit | b8349172b4001ea4e8b38a243275aecd90aa7573 (patch) | |
tree | 7c2d58be45772b8f0112ac63d19baaacaba99ba9 /scripts/Makefile.build | |
parent | 29b9ee4a0c0edf32667e2d95690f6ed810aad6ec (diff) | |
download | linux-b8349172b4001ea4e8b38a243275aecd90aa7573.tar.bz2 |
dmaengine: xilinx_dma: Drop SG support for VDMA IP
xilinx_vdma_start_transfer() is used only for VDMA IP, still it contains
conditional code on has_sg variable. has_sg is set only whenever the HW
does support SG mode, that is never true for VDMA IP.
This patch drops the never-taken branches.
Signed-off-by: Andrea Merello <andrea.merello@gmail.com>
Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'scripts/Makefile.build')
0 files changed, 0 insertions, 0 deletions