mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
61357325f3
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> |
||
---|---|---|
.. | ||
atl1e_ethtool.c | ||
atl1e_hw.c | ||
atl1e_hw.h | ||
atl1e_main.c | ||
atl1e_param.c | ||
atl1e.h | ||
Makefile |