linux/drivers/misc/sgi-xp
Luc Van Oostenryck 72b6500c1c sgi-xp: fix xpnet_dev_hard_start_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>
Acked-by: Robin Holt <robinmholt@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-04-26 10:20:30 +02:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
xp.h
xp_main.c
xp_nofault.S
xp_sn2.c
xp_uv.c
xpc.h
xpc_channel.c
xpc_main.c drivers/sgi-xp: Convert timers to use timer_setup() 2017-11-02 15:50:51 -07:00
xpc_partition.c
xpc_sn2.c drivers/sgi-xp: Convert timers to use timer_setup() 2017-11-02 15:50:51 -07:00
xpc_uv.c
xpnet.c sgi-xp: fix xpnet_dev_hard_start_xmit()'s return type 2018-04-26 10:20:30 +02:00