Files
android_kernel_xiaomi_sm8450/drivers/net/usb
Luc Van Oostenryck 146ba9a367 usbnet: ipheth: fix ipheth_tx()'s return type
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
which is a typedef for an enum type, but the implementation in this
driver returns an 'int'.

Fix this by returning 'netdev_tx_t' in this driver too.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-06-28 20:52:53 -07:00
..
2019-05-16 14:22:13 -07:00
2020-03-15 00:41:29 -07:00
2017-04-03 19:09:40 -07:00
2020-05-07 12:59:33 -07:00
2019-08-18 13:03:21 -07:00