commit | 4011f9f76683b7f30965c960ea45500acc200880 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jun 26 19:04:29 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Sep 21 21:01:50 2013 +0100 |
tree | 4175aac18bf49ca13922a25fea4d24d11b00e417 | |
parent | 53567aa4e00399aa59339bba81b285a5b95f425c [diff] |
DMA-API: net: broadcom/b44: 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>