commit | d288059e0aedcee0d55074b81ef286c7f255e146 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jun 26 23:49:11 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Oct 31 14:48:34 2013 +0000 |
tree | 44b447b0aa51fa79df04defa5c8815824be8c32a | |
parent | 68788979c2fbb1ce8691757b9d27231b4c5d08a8 [diff] |
DMA-API: usb: bcma: replace dma_set_mask()+dma_set_coherent_mask() with new helper Replace the following sequence: dma_set_mask(dev, mask); dma_set_coherent_mask(dev, mask); with a call to the new helper dma_set_mask_and_coherent(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>