Skip to content

Commit

Permalink
drivers/dma/fsldma.c: Remove unnecessary semicolons
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
  • Loading branch information
Joe Perches authored and Dan Williams committed Jul 23, 2009
1 parent daf4219 commit e3d4330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/fsldma.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static int dma_is_idle(struct fsl_dma_chan *fsl_chan)

static void dma_start(struct fsl_dma_chan *fsl_chan)
{
u32 mr_set = 0;;
u32 mr_set = 0;

if (fsl_chan->feature & FSL_DMA_CHAN_PAUSE_EXT) {
DMA_OUT(fsl_chan, &fsl_chan->reg_base->bcr, 0, 32);
Expand Down

0 comments on commit e3d4330

Please sign in to comment.