linux-stable/drivers/net/ethernet/xilinx
YueHaibing 81255af8d9 net: xilinx: fix return type of ndo_start_xmit function
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
which is a typedef for an enum type, so make sure the implementation in
this driver has returns 'netdev_tx_t' value, and change the function
return type to netdev_tx_t.

Found by coccinelle.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-09-19 21:17:58 -07:00
..
Kconfig net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit 2017-11-29 09:43:24 -05:00
ll_temac.h
ll_temac_main.c net: xilinx: fix return type of ndo_start_xmit function 2018-09-19 21:17:58 -07:00
ll_temac_mdio.c
Makefile
xilinx_axienet.h
xilinx_axienet_main.c net: xilinx: fix return type of ndo_start_xmit function 2018-09-19 21:17:58 -07:00
xilinx_axienet_mdio.c net: axienet: Fix double deregister of mdio 2018-07-24 16:38:01 -07:00
xilinx_emaclite.c net: xilinx: fix return type of ndo_start_xmit function 2018-09-19 21:17:58 -07:00