dmaengine: Make the destination abbreviation coherent
[deliverable/linux.git] / drivers / dma / sirf-dma.c
index 3492a5f91d31553219189628148947a6af6ca4eb..11c85fc450a1c79b80a36eb325eeb537d0851fb9 100644 (file)
@@ -652,7 +652,7 @@ static int sirfsoc_dma_device_slave_caps(struct dma_chan *dchan,
        struct dma_slave_caps *caps)
 {
        caps->src_addr_widths = SIRFSOC_DMA_BUSWIDTHS;
-       caps->dstn_addr_widths = SIRFSOC_DMA_BUSWIDTHS;
+       caps->dst_addr_widths = SIRFSOC_DMA_BUSWIDTHS;
        caps->directions = BIT(DMA_DEV_TO_MEM) | BIT(DMA_MEM_TO_DEV);
        caps->cmd_pause = true;
        caps->cmd_terminate = true;
This page took 0.027497 seconds and 5 git commands to generate.