From: Patrick McHardy Date: Tue, 23 Jun 2009 06:03:08 +0000 (+0000) Subject: net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions X-Git-Tag: v2.6.32-rc1~703^2~862 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed106549d17474ca17a16057f4c0ed4eba5a7ca;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed