Skip to content

Commit

Permalink
ethernet: realtek: r8125: stop rss spamming kernel logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek authored and amazingfate committed Nov 2, 2023
1 parent 0d05f8c commit e28680f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/realtek/r8125/r8125_rss.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ int rtl8125_get_rxnfc(struct net_device *dev, struct ethtool_rxnfc *cmd,
struct rtl8125_private *tp = netdev_priv(dev);
int ret = -EOPNOTSUPP;

netif_info(tp, drv, tp->dev, "rss get rxnfc\n");
netif_dbg(tp, drv, tp->dev, "rss get rxnfc\n");

if (!(dev->features & NETIF_F_RXHASH))
return ret;
Expand Down

0 comments on commit e28680f

Please sign in to comment.