commit | aa84505fb0fb9504c61d77e8e6930a417fc404d6 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Wed Dec 14 14:38:44 2005 -0800 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sat Dec 24 09:35:17 2005 -0500 |
tree | f81404128e2340df1827104ab063a0f0cfd45691 | |
parent | ebc62fb36ca40539fb08575f94c7da75d1b9db85 [diff] |
[PATCH] chelsio: transmit routine return values 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>