sfc: Fix return value from efx_ethtool_set_rx_ntuple()
authorBen Hutchings <bhutchings@solarflare.com>
Sat, 14 May 2011 01:35:25 +0000 (02:35 +0100)
committerBen Hutchings <bhutchings@solarflare.com>
Sat, 14 May 2011 01:35:25 +0000 (02:35 +0100)
ethtool_ops::set_rx_ntuple is supposed to return 0 on success, but it
currently returns the filter ID when it inserts or modifies a filter.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>

No differences found