linux/drivers/net/can
Patrick McHardy 6ed106549d net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
This patch is the result of an automatic spatch transformation to convert
all ndo_start_xmit() return values of 0 to NETDEV_TX_OK.

Some occurences are missed by the automatic conversion, those will be
handled in a seperate patch.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-07-05 19:16:04 -07:00
..
sja1000 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions 2009-07-05 19:16:04 -07:00
Kconfig can: let SJA1000 driver depend on HAS_IOMEM 2009-06-23 04:16:44 -07:00
Makefile can: Driver for the SJA1000 CAN controller 2009-05-18 15:41:41 -07:00
dev.c can: some fixes and cleanups to the initial device driver interface 2009-06-01 02:53:33 -07:00
vcan.c vcan: whitespace fixes 2008-12-17 15:37:55 -08:00