Files
linux/drivers/net/ethernet
Russell King 9663dedafa DMA-API: net: sfc/efx.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().

Acked-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2013-09-21 21:02:19 +01:00
..
2013-08-30 17:43:35 -04:00
2013-06-24 12:43:40 -07:00
2013-08-20 15:05:03 -07:00
2013-09-04 00:27:27 -04:00
2013-06-18 13:48:45 +02:00
2013-08-30 17:43:37 -04:00
2013-08-27 14:59:27 -04:00
2013-08-30 17:43:38 -04:00
2013-08-30 17:43:35 -04:00
2013-08-27 14:59:27 -04:00
2013-08-11 21:38:12 -07:00