]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf24ffe4df23c49ad980c8a2242134e50dc73d9f1
tree394c91afbd4de3fff37e8fd0d3eb6d1b6806855c
parentef95693c21b5ee6f1a2f035a7bc00fd27b39e076
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