]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
DMA-API: net: b43legacy: replace dma_set_mask()+dma_set_coherent_mask() with new...
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:23 +0000 (21:02 +0100)
commitde71f988003a2e0b3d5b5a3519e9426053b5dda5
tree4b95c7ae4436f6153b0c6df53b8086722ed9b390
parente1390a2adc72c907fb7a779d0111efa37b033dec
DMA-API: net: b43legacy: 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/b43legacy/dma.c