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)
commit47a8467cc0907e2fd3e6f4d02465dfb64494133e
treebd0b4caa510658a6ed3e1eaacac31f0866b8641e
parent7be799a70ba3dd90a59e8d2c72bbe06020005b3f
sfc: Fix return value from efx_ethtool_set_rx_ntuple()

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>
drivers/net/sfc/ethtool.c