Re: [PATCH] lan743x: switch from 'pci_' to 'dma_' API

From: David Miller
Date: Tue Jul 14 2020 - 16:48:41 EST


From: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
Date: Tue, 14 Jul 2020 09:52:24 +0200

> The wrappers in include/linux/pci-dma-compat.h should go away.
>
> The patch has been generated with the coccinelle script below and has been
> hand modified to replace GPF_ with a correct flag.
> It has been compile tested.
>
> When memory is allocated in 'lan743x_tx_ring_cleanup()' and
> 'lan743x_rx_ring_init()', GFP_KERNEL can be used because this flag is
> already used to allocate some memory in these functions.
>
> While at it, remove a useless (void *) casting in the first hunk in so that
> the code is more consistent.
...
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Appied to net-next, thank you.