commit | a53e28da574a40bcc9f78f5d0b0b60570182595b | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Mar 25 13:23:52 2013 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Apr 15 09:51:18 2013 +0530 |
tree | 9b39b12b7e52518ca08a351112ba69a8229fa907 | |
parent | a7e340657a04777077a86e235f7074e8e261ac2e [diff] |
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>