linux/drivers/staging/unisys
Luc Van Oostenryck f42e2d6880 staging: visornic: fix visornic_xmit()'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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-04-25 15:58:04 +02:00
..
Documentation staging: unisys: Switch to use new generic UUID API 2017-08-22 14:56:03 -07:00
include drivers: visorbus: move driver out of staging 2017-12-08 16:37:50 +01:00
visorhba drivers: visorbus: move driver out of staging 2017-12-08 16:37:50 +01:00
visorinput staging: unisys: visorinput: use the full 80 characters of the screen 2018-02-16 15:42:22 +01:00
visornic staging: visornic: fix visornic_xmit()'s return type 2018-04-25 15:58:04 +02:00
Kconfig drivers: visorbus: move driver out of staging 2017-12-08 16:37:50 +01:00
MAINTAINERS staging: unisys: Fix incorrect unisys MAINTAINERS pattern 2017-11-02 11:45:57 +01:00
Makefile drivers: visorbus: move driver out of staging 2017-12-08 16:37:50 +01:00
TODO