mirror of
https://github.com/torvalds/linux
synced 2026-07-06 01:32:09 +09:00
In a couple of cases collapse some extra code like: int retval = NETDEV_TX_OK; ... return retval; into return NETDEV_TX_OK; Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
5.5 KiB
5.5 KiB