LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org
Cc: trivial@kernel.org, linuxppc-dev@ozlabs.org,
	Maciej Sosnowski <maciej.sosnowski@intel.com>,
	Zhang Wei <zw@zh-kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Li Yang <leoli@freescale.com>,
	Dan Williams <dan.j.williams@intel.com>
Subject: [PATCH 15/62] drivers/dma/fsldma.c: Remove unnecessary semicolons
Date: Sun, 28 Jun 2009 09:26:20 -0700	[thread overview]
Message-ID: <03676ce0e272d44d1d4ea19639b28afb994c65eb.1246173680.git.joe@perches.com> (raw)
In-Reply-To: <cover.1246173664.git.joe@perches.com>

Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/dma/fsldma.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/dma/fsldma.c b/drivers/dma/fsldma.c
index f18d1bd..71ce8ed 100644
--- a/drivers/dma/fsldma.c
+++ b/drivers/dma/fsldma.c
@@ -136,7 +136,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);
-- 
1.6.3.1.10.g659a0.dirty

  parent reply	other threads:[~2009-06-28 16:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1246173664.git.joe@perches.com>
2009-06-28 16:26 ` [PATCH 05/62] arch/powerpc: Remove unnecessary semicolons Joe Perches
2009-06-29 16:01   ` Geoff Levand
2009-06-28 16:26 ` Joe Perches [this message]
2009-07-02  0:27   ` [PATCH 15/62] drivers/dma/fsldma.c: " Dan Williams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=03676ce0e272d44d1d4ea19639b28afb994c65eb.1246173680.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=akpm@linux-foundation.org \
    --cc=dan.j.williams@intel.com \
    --cc=leoli@freescale.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=maciej.sosnowski@intel.com \
    --cc=trivial@kernel.org \
    --cc=zw@zh-kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox