dmaengine: fix build failure due to missing semi-colon

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
This commit is contained in:
Vinod Koul 2012-09-25 16:18:55 +05:30 коммит произвёл Vinod Koul
Родитель deef124437
Коммит d18d5f5979
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)
{