staging: fsl-dpaa2/eth: Fix return type of ndo_start_xmit
commitc433db403bbc0b7b7e3e9b6abd5fc652a52c91c6
authorIoana Radulescu <ruxandra.radulescu@nxp.com>
Tue, 6 Jun 2017 15:00:26 +0000 (6 10:00 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Jun 2017 10:02:54 +0000 (13 12:02 +0200)
treee3d53b92c8f9361a08a5dfa6ad122398d9eb4780
parent8dffaf8a17c1d97a66306bd361798e0bcf562332
staging: fsl-dpaa2/eth: Fix return type of ndo_start_xmit

ndo_start_xmit() returns a value of type netdev_tx_t. Update
our ndo function to use the correct type.

Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.c