linux_dsm_epyc7002/drivers/net/ethernet/arc
Luc Van Oostenryck de37b0a58a net: arc_emac: fix arc_emac_tx()'s return type
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
which is a typedef for an enum type, but the implementation in this
driver returns an 'int'.

Fix this by returning 'netdev_tx_t' in this driver too.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-06-28 20:52:53 -07:00
..
emac_arc.c
emac_main.c net: arc_emac: fix arc_emac_tx()'s return type 2020-06-28 20:52:53 -07:00
emac_mdio.c
emac_rockchip.c
emac.h
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile