Commit 2b651ecf authored by kbuild test robot's avatar kbuild test robot Committed by Vinod Koul

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: e63d79d1 ("dmaengine: Add Synopsys eDMA IP core driver")
CC: Gustavo Pimentel <Gustavo.Pimentel@synopsys.com>
Signed-off-by: default avatarkbuild test robot <lkp@intel.com>
Acked-by: default avatarGustavo Pimentel <gustavo.pimentel@synopsys.com>
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent e3dc00b9
......@@ -615,7 +615,7 @@ static void dw_edma_free_chan_resources(struct dma_chan *dchan)
return;
cpu_relax();
};
}
pm_runtime_put(chan->chip->dev);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment