1
0
Fork 0
alistair23-linux/drivers/net/ethernet/faraday
YueHaibing 0a71515665 net: faraday: 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-26 10:18:08 -07:00
..
Kconfig net: faraday add nds32 support. 2018-02-22 10:44:36 +08:00
Makefile
ftgmac100.c net: faraday: fix return type of ndo_start_xmit function 2018-09-26 10:18:08 -07:00
ftgmac100.h ftgmac100: Add pause frames configuration and support 2017-04-18 14:11:08 -04:00
ftmac100.c net: faraday: fix return type of ndo_start_xmit function 2018-09-26 10:18:08 -07:00
ftmac100.h