diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-06-27 02:49:11 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-09-22 00:02:04 +0400 |
commit | 9931a26ea7fa25b02547c2a15f4aa80f538197e2 (patch) | |
tree | bc5e66a6b9f9ae4a5940d30a73d040832e133edb /drivers/net/ethernet/sfc/efx.c | |
parent | 4c15c243189d01509943e70896d575a2a69c3269 (diff) | |
download | linux-9931a26ea7fa25b02547c2a15f4aa80f538197e2.tar.xz |
DMA-API: net: intel/e1000: 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().
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/net/ethernet/sfc/efx.c')
0 files changed, 0 insertions, 0 deletions