fix dma_alloc_coherent on m68knommu / coldfire
Christoph Hellwig <[email protected]> Mon, 21 Nov 2022 10:56:29 +0100
| Newsgroups | gmane.linux.ports.m68k,gmane.linux.uclinux.devel,gmane.linux.network |
|---|---|
| Message-ID | <[email protected]> |
Hi all, this series ensures dma_alloc_coherent returns NULL for m68knommu and coldfire given that these platforms can't actually allocate dma coherent memory after fixing what is according to an old mail from Greg the only driver that actually uses memory returned by dma_alloc_coherent on those platforms.