mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-18 20:57:25 +00:00
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> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| xp.h | ||
| xp_main.c | ||
| xp_nofault.S | ||
| xp_sn2.c | ||
| xp_uv.c | ||
| xpc.h | ||
| xpc_channel.c | ||
| xpc_main.c | ||
| xpc_partition.c | ||
| xpc_sn2.c | ||
| xpc_uv.c | ||
| xpnet.c | ||