linux_dsm_epyc7002/drivers/net/ethernet/oki-semi/pch_gbe
Luis Chamberlain 750afb08ca cross-tree: phase out dma_zalloc_coherent()
We already need to zero out memory for dma_alloc_coherent(), as such
using dma_zalloc_coherent() is superflous. Phase it out.

This change was generated with the following Coccinelle SmPL patch:

@ replace_dma_zalloc_coherent @
expression dev, size, data, handle, flags;
@@

-dma_zalloc_coherent(dev, size, handle, flags)
+dma_alloc_coherent(dev, size, handle, flags)

Suggested-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
[hch: re-ran the script on the latest tree]
Signed-off-by: Christoph Hellwig <hch@lst.de>
2019-01-08 07:58:37 -05:00
..
Kconfig pch_gbe: 'select' NET_PTP_CLASSIFY. 2014-09-22 13:25:51 -04:00
Makefile net: pch_gbe: Remove pch_gbe_hal_setup_init_funcs 2018-06-23 20:52:08 +09:00
pch_gbe_ethtool.c net: pch_gbe: Remove dead RINGFREE code 2018-06-23 20:52:08 +09:00
pch_gbe_main.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
pch_gbe_param.c net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK 2015-12-15 16:50:08 -05:00
pch_gbe_phy.c net: pch_gbe: Remove sw_reset_phy HAL abstraction 2018-06-23 20:52:08 +09:00
pch_gbe_phy.h net: pch_gbe: Remove PCH_GBE_MAC_IFOP_RGMII define 2018-06-23 20:52:08 +09:00
pch_gbe.h net: pch_gbe: Remove get_bus_info HAL abstraction 2018-06-23 20:52:08 +09:00