Re: [PATCH] dma: Make the 'mask' parameter of __dma_request_channel const

2013-03-30 Thread Lars-Peter Clausen
On 03/29/2013 11:47 PM, Vinod Koul wrote: > On Mon, Mar 25, 2013 at 01:23:52PM +0100, Lars-Peter Clausen wrote: >> 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 > A

Re: [PATCH] dma: Make the 'mask' parameter of __dma_request_channel const

2013-03-29 Thread Vinod Koul
On Mon, Mar 25, 2013 at 01:23:52PM +0100, Lars-Peter Clausen wrote: > 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 Applied thanks. I manually fixed a conflict in dm