DMA-API: usb: bcma: replace dma_set_mask()+dma_set_coherent_mask() with new helper
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 26 Jun 2013 22:49:11 +0000 (23:49 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 31 Oct 2013 14:48:34 +0000 (14:48 +0000)
commitd288059e0aedcee0d55074b81ef286c7f255e146
tree44b447b0aa51fa79df04defa5c8815824be8c32a
parent68788979c2fbb1ce8691757b9d27231b4c5d08a8
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>
drivers/usb/host/bcma-hcd.c