Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358559
b: refs/heads/master
c: 978c417
h: refs/heads/master
i:
  358557: 377584a
  358555: ddaa300
  358551: 2d7bd23
  358543: 73b1b25
  358527: 25b9d4c
v: v3
  • Loading branch information
Andy Shevchenko authored and Vinod Koul committed Feb 14, 2013
1 parent 30c587c commit 063ab24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 88b386c0a7c278581d2b8e2c2761d12f6475938d
refs/heads/master: 978c4172af48f0adc082f8b1d94acb817d947730
4 changes: 2 additions & 2 deletions trunk/include/linux/dmaengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ static inline int dmaengine_device_control(struct dma_chan *chan,
{
if (chan->device->device_control)
return chan->device->device_control(chan, cmd, arg);
else
return -ENOSYS;

return -ENOSYS;
}

static inline int dmaengine_slave_config(struct dma_chan *chan,
Expand Down

0 comments on commit 063ab24

Please sign in to comment.