Files
linux/drivers/net
YueHaibing a57b3ecc06 can: xilinx: fix return type of ndo_start_xmit function
[ Upstream commit 81de0cd60f ]

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: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-12-13 08:52:08 +01:00
..
2019-10-05 13:09:29 +02:00
2019-09-10 10:33:48 +01:00
2019-07-26 09:14:17 +02:00
2018-05-28 23:02:22 -04:00
2019-05-25 18:23:19 +02:00
2018-09-16 15:33:50 -07:00