projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deef124
)
dmaengine: fix build failure due to missing semi-colon
author
Vinod Koul
<vinod.koul@linux.intel.com>
Tue, 25 Sep 2012 10:48:55 +0000
(16:18 +0530)
committer
Vinod 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
patch
|
blob
|
history
diff --git
a/include/linux/dmaengine.h
b/include/linux/dmaengine.h
index
8cd0e25
..
c88f302
100644
(file)
--- a/
include/linux/dmaengine.h
+++ b/
include/linux/dmaengine.h
@@
-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)
{