Skip to content

Commit

Permalink
dmaengine: pxa: fix semicolon.cocci warnings
Browse files Browse the repository at this point in the history
 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
  • Loading branch information
kbuild test robot authored and Vinod Koul committed Sep 11, 2018
1 parent 90d2322 commit a436ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/pxa_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a436ff1

Please sign in to comment.