From: kbuild test robot Date: Wed, 29 Aug 2018 21:04:26 +0000 (-0700) Subject: dmaengine: pxa: fix semicolon.cocci warnings X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a436ff1e96b9e1f34952915fe143a75a4ad8b561;p=openwrt%2Fstaging%2Fblogic.git dmaengine: pxa: fix semicolon.cocci warnings Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: kbuild test robot Signed-off-by: Julia Lawall Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/pxa_dma.c b/drivers/dma/pxa_dma.c index 21001ea078fb..825725057e00 100644 --- a/drivers/dma/pxa_dma.c +++ b/drivers/dma/pxa_dma.c @@ -1432,7 +1432,7 @@ static int pxad_probe(struct platform_device *op) "#dma-requests set to default 32 as missing in OF: %d", ret); nb_requestors = 32; - }; + } } else if (pdata && pdata->dma_channels) { dma_channels = pdata->dma_channels; nb_requestors = pdata->nb_requestors;