Files
kernel_arpi/drivers/net
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-29 22:49:35 +02:00
2013-08-02 11:34:30 +08:00
2013-08-13 15:10:22 -07:00
2013-08-29 01:18:04 -04:00