From: Russell King - ARM Linux <hidden> Date: 2011-01-01 23:00:23
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 <redacted>
---
include/linux/dmaengine.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Russell King - ARM Linux <hidden> Date: 2011-01-12 10:30:52
Ping?
On Sat, Jan 01, 2011 at 11:00:23PM +0000, Russell King - ARM Linux wrote:
quoted hunk
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 <redacted>
---
include/linux/dmaengine.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 <redacted>