From: Lars-Peter Clausen Date: Sun, 6 Jul 2014 18:32:25 +0000 (+0200) Subject: dmaengine: pl330: Remove useless xfer_cb indirection X-Git-Tag: omap-for-v3.17/fixes-against-rc2~88^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6079d38ca21e80c13af2d8f8a7b062a0e28615c9;p=pandora-kernel.git dmaengine: pl330: Remove useless xfer_cb indirection The xfer_cb callback of the pl330_req struct is always set to the same function. This adds an unnecessary step of indirection. Instead just call the callback function directly. Signed-off-by: Lars-Peter Clausen Signed-off-by: Vinod Koul --- Reading git-diff-tree failed