From 278178b736954e54147db4f528f835a871bcd151 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Sun, 28 Jun 2009 09:26:20 -0700 Subject: [PATCH] --- yaml --- r: 156127 b: refs/heads/master c: e3d433040ee6077e33d4ad22e2f60a38b085786d h: refs/heads/master i: 156125: 9e92c2c3577a306a04a016455570d28af72c2c1a 156123: dfa03d13fc6e8b61f0b00cb61c06164837e7f409 156119: 254691bd2df37f28780b9bd1642bc6cc8e1f7d1a 156111: 010ed6dabec777ef4176b3deafd4ad0eff0b6444 156095: 6cdc089755b91e5e7e033e3a06c61b03ff4129ed v: v3 --- [refs] | 2 +- trunk/drivers/dma/fsldma.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3acadcda1b5f..b6b4a5a89412 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: daf4219dbcbb2efcd638fcd3c29a622e1c18cc38 +refs/heads/master: e3d433040ee6077e33d4ad22e2f60a38b085786d diff --git a/trunk/drivers/dma/fsldma.c b/trunk/drivers/dma/fsldma.c index 6e60c77a145c..ef87a8984145 100644 --- a/trunk/drivers/dma/fsldma.c +++ b/trunk/drivers/dma/fsldma.c @@ -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);