realtek: drop ethtool log noise
[openwrt/staging/stintel.git] / target / linux / realtek / files-5.4 / drivers / net / dsa / rtl83xx / dsa.c
index e0832c42b887f32db1562046e914303f6204e8d4..af6d92cbc221b6b1090df47e235fe17cb00dc806 100644 (file)
@@ -310,7 +310,7 @@ static int rtl83xx_phylink_mac_link_state(struct dsa_switch *ds, int port,
        link = priv->r->get_port_reg_le(priv->r->mac_link_sts);
        if (link & BIT_ULL(port))
                state->link = 1;
-       pr_info("%s: link state: %llx\n", __func__, link & BIT_ULL(port));
+       pr_debug("%s: link state: %llx\n", __func__, link & BIT_ULL(port));
 
        state->duplex = 0;
        if (priv->r->get_port_reg_le(priv->r->mac_link_dup_sts) & BIT_ULL(port))