On Thu, Nov 06, 2014 at 05:28:08PM +0800, kbuild test robot wrote: > drivers/dma/at_xdmac.c:702:3-4: Unneeded semicolon > > > Removes unneeded semicolon. > > Generated by: scripts/coccinelle/misc/semicolon.cocci Applied, thanks -- ~Vinod > > CC: Ludovic Desroches <ludovic.desroches@xxxxxxxxx> > Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> > --- > > at_xdmac.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/drivers/dma/at_xdmac.c > +++ b/drivers/dma/at_xdmac.c > @@ -699,7 +699,7 @@ at_xdmac_prep_dma_cyclic(struct dma_chan > desc->lld.mbr_sa = buf_addr + i * period_len; > desc->lld.mbr_da = atchan->per_dst_addr; > cfg = atchan->cfg[AT_XDMAC_MEM_TO_DEV_CFG]; > - }; > + } > desc->lld.mbr_ubc = AT_XDMAC_MBR_UBC_NDV1 > | AT_XDMAC_MBR_UBC_NDEN > | AT_XDMAC_MBR_UBC_NSEN -- -- 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