提交 d18d5f59 编写于 作者: V Vinod Koul 提交者: Vinod Koul

dmaengine: fix build failure due to missing semi-colon

Reported-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NVinod Koul <vinod.koul@linux.intel.com>
上级 deef1244
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册