On Thu, Nov 13, 2014 at 03:14:55PM +0100, Ludovic Desroches wrote: > TODO No commit message since it will be merge into Maxime's patch :p > > Signed-off-by: Ludovic Desroches <ludovic.desroches@xxxxxxxxx> > --- > drivers/dma/at_xdmac.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c > index b60d77a..ff67466 100644 > --- a/drivers/dma/at_xdmac.c > +++ b/drivers/dma/at_xdmac.c > @@ -1229,7 +1229,7 @@ static int at_xdmac_device_slave_caps(struct dma_chan *dchan, > { > > caps->src_addr_widths = AT_XDMAC_DMA_BUSWIDTHS; > - caps->dstn_addr_widths = AT_XDMAC_DMA_BUSWIDTHS; > + caps->dst_addr_widths = AT_XDMAC_DMA_BUSWIDTHS; > caps->directions = BIT(DMA_DEV_TO_MEM) | BIT(DMA_MEM_TO_DEV); > caps->cmd_pause = true; > caps->cmd_terminate = true; > -- > 2.0.3 > -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html