[PATCH] chelsio: transmit routine return values
authorStephen Hemminger <shemminger@osdl.org>
Wed, 14 Dec 2005 22:38:44 +0000 (14:38 -0800)
committerJeff Garzik <jgarzik@pobox.com>
Sat, 24 Dec 2005 14:35:17 +0000 (09:35 -0500)
The Chelsio driver does not return the correct values from
the transmit routine. It works because the values don't conflict,
but it is using the wrong defines. And -ENOMEM is not a legal return
value.

Since t1_sge_tx is only called in one place, making it static
allows compiler to be potentially inline it.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

No differences found