Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
greth: fall through to common return statement on error
There doesn't seem to be any reason to explicitly return NETDEV_TX_OK as err is set to NETDEV_TX_OK in all cases that reach this point. Signed-off-by: Simon Horman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information