]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
dmaengine: fix build failure due to missing semi-colon
authorVinod Koul <vinod.koul@linux.intel.com>
Tue, 25 Sep 2012 10:48:55 +0000 (16:18 +0530)
committerVinod Koul <vinod.koul@linux.intel.com>
Tue, 25 Sep 2012 10:48:55 +0000 (16:18 +0530)
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
include/linux/dmaengine.h

index 9500aa5459b228abc6cf13ef435e3a7b78b27834..e2a47bfa2be6cb10ba3ce1a2c4f13446c6c792b8 100644 (file)
@@ -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)
 {