kernel-fxtec-pro1x/drivers/net/ethernet/faraday
YueHaibing 8738fd312e net: faraday: fix return type of ndo_start_xmit function
[ Upstream commit 0a715156656bddf4aa92d9868f850aeeb0465fd0 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-11-20 18:47:39 +01:00
..
ftgmac100.c net: faraday: fix return type of ndo_start_xmit function 2019-11-20 18:47:39 +01: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 2019-11-20 18:47:39 +01:00
ftmac100.h
Kconfig net: faraday add nds32 support. 2018-02-22 10:44:36 +08:00
Makefile