commit | 4886c399da70d5f8a4016c2213850dce6cac88c5 | [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> | Sat Sep 21 21:02:24 2013 +0100 |
tree | c2acf6b80b546e715cf8e3c10683ba478d61d595 | |
parent | de71f988003a2e0b3d5b5a3519e9426053b5dda5 [diff] |
DMA-API: ppc: vio.c: 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>