Re: [PATCH] 3c59x: convert to generic DMA API

2018-05-13 Thread David Miller
From: Christoph Hellwig Date: Sat, 12 May 2018 12:16:50 +0200 > This driver supports EISA devices in addition to PCI devices, and relied > on the legacy behavior of the pci_dma* shims to pass on a NULL pointer > to the DMA API, and the DMA API being able to handle that. When the > NULL forwardin

[PATCH] 3c59x: convert to generic DMA API

2018-05-12 Thread Christoph Hellwig
This driver supports EISA devices in addition to PCI devices, and relied on the legacy behavior of the pci_dma* shims to pass on a NULL pointer to the DMA API, and the DMA API being able to handle that. When the NULL forwarding broke the EISA support got broken. Fix this by converting to the DMA