Re: [PATCH] aic7xxx: fix EISA support

2019-04-18 Thread Martin K. Petersen
Christoph, > 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. Applied to 5.1/scsi-fixes, thanks! -- Martin K. Petersen Oracle Linux Engineering

[PATCH] aic7xxx: fix EISA support

2019-04-18 Thread Christoph Hellwig
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 Signed-off-by: Christoph Hellwig