net: macb: use netdev_tx_t return type for ndo_start_xmit functions
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Tue, 7 Aug 2018 09:25:12 +0000 (12:25 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Aug 2018 20:18:49 +0000 (13:18 -0700)
commitd1c38957aaf3defe029f11761f3a4ae4c83ad690
tree394c91afbd4de3fff37e8fd0d3eb6d1b6806855c
parent334b126fc9441a2ceb1e905aa4db5d462d35c0d2
net: macb: use netdev_tx_t return type for ndo_start_xmit functions

Use netdev_tx_t return type for ndo_start_xmit function of macb driver.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cadence/macb_main.c