Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d18d5f59 authored by Vinod Koul's avatar Vinod Koul Committed by Vinod Koul
Browse files

dmaengine: fix build failure due to missing semi-colon

parent deef1244
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -992,7 +992,7 @@ static inline struct dma_chan *__dma_request_channel(dma_cap_mask_t *mask,
static inline struct dma_chan *dma_request_slave_channel(struct device *dev,
							 char *name)
{
	return NULL
	return NULL;
}
static inline void dma_release_channel(struct dma_chan *chan)
{