https://github.com/torvalds/linux
Revision 144ec97493af34efdb77c5aba146e9c7de8d0a06 authored by Christoph Hellwig on 18 April 2019, 16:13:58 UTC, committed by Martin K. Petersen on 19 April 2019, 00:43:10 UTC
Instead of relying on the now removed NULL argument to
pci_alloc_consistent, switch to the generic DMA API, and store the struct
device so that we can pass it.

Fixes: 4167b2ad5182 ("PCI: Remove NULL device handling from PCI DMA API")
Reported-by: Matthew Whitehead <tedheadster@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Matthew Whitehead <tedheadster@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 0228034
History
Tip revision: 144ec97493af34efdb77c5aba146e9c7de8d0a06 authored by Christoph Hellwig on 18 April 2019, 16:13:58 UTC
scsi: aic7xxx: fix EISA support
Tip revision: 144ec97

back to top