Skip to content

Commit

Permalink
dmaengine: fix build failure due to missing semi-colon
Browse files Browse the repository at this point in the history
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
  • Loading branch information
Vinod Koul authored and Vinod Koul committed Jan 7, 2013
1 parent deef124 commit d18d5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/dmaengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit d18d5f5

Please sign in to comment.