]> git.baikalelectronics.ru Git - kernel.git/commit
DMA-API: net: b43: 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>
Sat, 21 Sep 2013 20:02:22 +0000 (21:02 +0100)
commitae5a2686868d877fe0cc40d79aa8a9a3293a411c
tree3bb2c3d75cccc455d3adcc1eb75a57bc5bc61729
parent15a48f5ad801233990c3119e576ce48410ac49b8
DMA-API: net: b43: 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/net/wireless/b43/dma.c