]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dma: Make the 'mask' parameter of __dma_request_channel const
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 25 Mar 2013 12:23:52 +0000 (13:23 +0100)
committerVinod Koul <vinod.koul@intel.com>
Mon, 1 Apr 2013 18:13:33 +0000 (23:43 +0530)
commitc9a8d48e25a7e61ac90702975f5fc526e79bcc5f
tree789c8f8d3768419adeb494c30e07c36821c9cb88
parentc4e119046f02f88edc34ce7b6a68e69f6df13a0d
dma: Make the 'mask' parameter of __dma_request_channel const

The 'mask' parameter is not modified in __dma_request_channel and really
shouldn't be. Make this explicit by making the parameter const.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dmaengine.c
include/linux/dmaengine.h