From: Russell King - ARM Linux Date: Sat, 1 Jan 2011 23:00:23 +0000 (+0000) Subject: Fix dmaengine_submit() return type X-Git-Tag: v2.6.38-rc1~25^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98d530fe246b65fbd3cdeeeca319a80c46cb4793;p=pandora-kernel.git Fix dmaengine_submit() return type 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 Signed-off-by: Dan Williams --- Reading git-diff-tree failed