Files
android_kernel_xiaomi_sm8450/drivers/infiniband/hw/nes
Luc Van Oostenryck c192a12ce8 IB/nes: fix nes_netdev_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>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2018-04-27 14:07:30 -04:00
..
2016-02-29 17:11:57 -05:00
2017-12-22 13:33:30 -07:00
2017-12-22 13:33:30 -07:00
2012-01-30 16:18:07 -08:00
2012-01-30 16:18:07 -08:00