| Submitter | Joe Perches |
|---|---|
| Date | June 28, 2009, 4:26 p.m. |
| Message ID | <03676ce0e272d44d1d4ea19639b28afb994c65eb.1246173680.git.joe@perches.com> |
| Download | mbox | patch |
| Permalink | /patch/29249/ |
| State | Accepted |
| Delegated to: | Kumar Gala |
| Headers | show |
Comments
On Sun, Jun 28, 2009 at 9:26 AM, Joe Perches<joe@perches.com> wrote: > Signed-off-by: Joe Perches <joe@perches.com> > --- > drivers/dma/fsldma.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied 15 and 16. Thanks, Dan
Patch
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);
Signed-off-by: Joe Perches <joe@perches.com> --- drivers/dma/fsldma.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)