diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-06-26 20:04:29 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-09-21 22:01:50 +0200 |
commit | 4011f9f76683b7f30965c960ea45500acc200880 (patch) | |
tree | 4175aac18bf49ca13922a25fea4d24d11b00e417 /drivers/hid | |
parent | DMA-API: net: intel/ixgbevf: fix 32-bit DMA mask handling (diff) | |
download | linux-4011f9f76683b7f30965c960ea45500acc200880.tar.xz linux-4011f9f76683b7f30965c960ea45500acc200880.zip |
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>
Diffstat (limited to 'drivers/hid')
0 files changed, 0 insertions, 0 deletions