diff options
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c index 90b4921cac9b..40b395f932cf 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | |||
@@ -1902,7 +1902,7 @@ static int set_rss_table(struct net_device *dev, | |||
1902 | } | 1902 | } |
1903 | 1903 | ||
1904 | static int get_rxnfc(struct net_device *dev, struct ethtool_rxnfc *info, | 1904 | static int get_rxnfc(struct net_device *dev, struct ethtool_rxnfc *info, |
1905 | void *rules) | 1905 | u32 *rules) |
1906 | { | 1906 | { |
1907 | const struct port_info *pi = netdev_priv(dev); | 1907 | const struct port_info *pi = netdev_priv(dev); |
1908 | 1908 | ||