]> git.openfabrics.org - ~emulex/infiniband.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@intel.com>
Mon, 7 Jan 2013 04:57:46 +0000 (20:57 -0800)
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
include/linux/dmaengine.h

index 8cd0e2556d048aee510b8a52761cd4ba62e3e491..c88f302d91c954379de80f3c91922d5afeb538a2 100644 (file)
@@ -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)
 {