linux-stable/drivers/net/ethernet/freescale/fs_enet
YueHaibing 06983aa526 net: freescale: 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-21 19:12:13 -07:00
..
fec.h net: ethernet: Use existing define with polynomial 2018-07-27 19:16:37 +08:00
fs_enet-main.c net: freescale: fix return type of ndo_start_xmit function 2018-09-21 19:12:13 -07:00
fs_enet.h net: fs_enet: do not call phy_stop() in interrupts 2018-01-17 15:44:16 -05:00
Kconfig
mac-fcc.c
mac-fec.c net: ethernet: Use existing define with polynomial 2018-07-27 19:16:37 +08:00
mac-scc.c
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mii-bitbang.c
mii-fec.c