summary refs log tree commit diff
path: root/sound/parisc
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-04-24 15:15:56 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-26 10:20:30 +0200
commit72b6500c1cc68b949faa1bac76359dc601b482d6 (patch)
treeb50b4e52b63aba96f838ad17e68523baeea01f1a /sound/parisc
parent3eb87d4e5a93fcd89631e440e46c1c4da59fc94f (diff)
downloadlinux-72b6500c1cc68b949faa1bac76359dc601b482d6.tar.gz
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 'sound/parisc')
0 files changed, 0 insertions, 0 deletions