]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd2a832dafb1a7c6ee5e3c7dbe40eaa43ff15d352
tree44b447b0aa51fa79df04defa5c8815824be8c32a
parentd25cff2ce44ffacde22f44841a34ef93964c0d27
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