Files
linux-st/drivers/block
Russell King 052d0efada DMA-API: block: nvme-core: 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>
2013-09-21 21:02:24 +01:00
..
2013-06-19 13:52:10 +02:00
2013-06-29 12:46:45 +04:00
2013-06-29 12:46:45 +04:00
2013-07-03 16:08:05 -07:00