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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -615,7 +615,7 @@ static void dw_edma_free_chan_resources(struct dma_chan *dchan)
			return;

		cpu_relax();
	};
	}

	pm_runtime_put(chan->chip->dev);
}