From: Lars-Peter Clausen Date: Mon, 25 Mar 2013 12:23:52 +0000 (+0100) Subject: dma: Make the 'mask' parameter of __dma_request_channel const X-Git-Tag: v3.10-rc1~41^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a53e28da574a40bcc9f78f5d0b0b60570182595b;p=pandora-kernel.git 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 Signed-off-by: Vinod Koul --- Reading git-diff-tree failed