diff options
| author | Luc Van Oostenryck <[email protected]> | 2018-04-24 13:16:48 +0000 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2018-05-11 19:18:35 +0000 |
| commit | cf12aab67a2fb29342d833a6333a322aaccca2d0 (patch) | |
| tree | f6521a74b35daa5f2e91ef9fe7a9a564f31cdd63 /drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c | |
| parent | ixgbe: return error on unsupported SFP module when resetting (diff) | |
| download | kernel-cf12aab67a2fb29342d833a6333a322aaccca2d0.tar.gz kernel-cf12aab67a2fb29342d833a6333a322aaccca2d0.zip | |
ixgbevf: fix ixgbevf_xmit_frame()'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 <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c')
0 files changed, 0 insertions, 0 deletions
