Re: [PATCH] Remove pci_alloc_consistent() and pci_alloc_coherent() checks
Dan Carpenter <[email protected]> Thu, 26 May 2022 17:40:03 +0300
| Newsgroups | org.kernel.vger.smatch |
|---|---|
| Message-ID | <20220526144003.GH2146@kadam> |
On Thu, May 26, 2022 at 04:18:55PM +0200, Christophe JAILLET wrote: > pci_alloc_consistent() and pci_alloc_coherent() are no more part of the > kernel. > > Remove the corresponding code that can never match and add > dma_alloc_coherent() in places where it was missing. > > Signed-off-by: Christophe JAILLET <[email protected]> Applied! regards, dan carpenter