git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dda36f9
)
Fix dmaengine_submit() return type
author
Russell King - ARM Linux
<linux@arm.linux.org.uk>
Sat, 1 Jan 2011 23:00:23 +0000
(23:00 +0000)
committer
Dan Williams
<dan.j.williams@intel.com>
Sat, 15 Jan 2011 01:07:49 +0000
(17:07 -0800)
desc->tx_submit's return type is dma_cookie_t, not int. Therefore,
dmaengine_submit() should match this return type as it's just
wrapping this detail.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
No differences found