commit | 6079d38ca21e80c13af2d8f8a7b062a0e28615c9 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Sun Jul 06 20:32:25 2014 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Jul 15 22:01:03 2014 +0530 |
tree | 35e6e1c7550a2c1055d212a0cfaac55526104810 | |
parent | be025329fd4223f3442fffc35f8255bd64d0d526 [diff] |
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 <lars@metafoo.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>