Re: [PATCH 1/2] net: pch_gbe: Use dma_set_mask_and_coherent to simplify code

2020-11-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sat, 21 Nov 2020 10:03:02 +0100 you wrote: > 'pci_set_dma_mask()' + 'pci_set_consistent_dma_mask()' can be replaced by > an equivalent 'dma_set_mask_and_coherent()' which is much less verbose. > > Signed-off-by: Christ

[PATCH 1/2] net: pch_gbe: Use dma_set_mask_and_coherent to simplify code

2020-11-21 Thread Christophe JAILLET
'pci_set_dma_mask()' + 'pci_set_consistent_dma_mask()' can be replaced by an equivalent 'dma_set_mask_and_coherent()' which is much less verbose. Signed-off-by: Christophe JAILLET --- .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 14 -- 1 file changed, 4 insertions(+), 10 dele