1
0
Fork 0

dmaengine: dw-edma: fix semicolon.cocci warnings

drivers/dma/dw-edma/dw-edma-core.c:617:2-3: Unneeded semicolon

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: e63d79d1ff ("dmaengine: Add Synopsys eDMA IP core driver")
CC: Gustavo Pimentel <Gustavo.Pimentel@synopsys.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
Acked-by: Gustavo Pimentel <gustavo.pimentel@synopsys.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
alistair/sunxi64-5.4-dsi
kbuild test robot 2019-06-16 00:05:50 +08:00 committed by Vinod Koul
parent e3dc00b936
commit 2b651ecfc3
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ static void dw_edma_free_chan_resources(struct dma_chan *dchan)
return;
cpu_relax();
};
}
pm_runtime_put(chan->chip->dev);
}