diff options
author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-04-24 16:15:56 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-26 11:20:30 +0300 |
commit | 72b6500c1cc68b949faa1bac76359dc601b482d6 (patch) | |
tree | b50b4e52b63aba96f838ad17e68523baeea01f1a /arch/s390/kernel/perf_cpum_cf_events.c | |
parent | 3eb87d4e5a93fcd89631e440e46c1c4da59fc94f (diff) | |
download | linux-72b6500c1cc68b949faa1bac76359dc601b482d6.tar.xz |
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>
Diffstat (limited to 'arch/s390/kernel/perf_cpum_cf_events.c')
0 files changed, 0 insertions, 0 deletions