mirror of https://gitee.com/openkylin/linux.git
drivers/dma/fsldma.c: Remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
parent
daf4219dbc
commit
e3d433040e
|
@ -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)
|
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) {
|
if (fsl_chan->feature & FSL_DMA_CHAN_PAUSE_EXT) {
|
||||||
DMA_OUT(fsl_chan, &fsl_chan->reg_base->bcr, 0, 32);
|
DMA_OUT(fsl_chan, &fsl_chan->reg_base->bcr, 0, 32);
|
||||||
|
|
Loading…
Reference in New Issue