diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-09-26 12:32:29 +0200 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2018-11-28 16:19:52 +0100 |
commit | 81de0cd60fd492575b24d97667f38b8b833fb058 (patch) | |
tree | 1067f7febe4f6d59ae8adeb834e69b6a2f48c059 /drivers/firewire | |
parent | can: ucan: fix spelling mistake: "resumbmitting" -> "resubmitting" (diff) | |
download | linux-81de0cd60fd492575b24d97667f38b8b833fb058.tar.xz linux-81de0cd60fd492575b24d97667f38b8b833fb058.zip |
can: 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: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/firewire')
0 files changed, 0 insertions, 0 deletions