From: Vinod Koul Date: Tue, 25 Sep 2012 10:48:55 +0000 (+0530) Subject: dmaengine: fix build failure due to missing semi-colon X-Git-Tag: next-20121205~80^2~7^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=678bd86373498601bcfaabd164d65f7167f0516c;p=karo-tx-linux.git dmaengine: fix build failure due to missing semi-colon Reported-by: Fengguang Wu Signed-off-by: Vinod Koul --- diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 9500aa5459b2..e2a47bfa2be6 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h @@ -991,7 +991,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) {