Răsfoiți Sursa

rtl83xx: fix typo

Removes an unwanted special character in a debug-message.

Signed-off-by: Peter Körner <[email protected]>
Peter Körner 1 an în urmă
părinte
comite
0ba2e0868e

+ 1 - 1
target/linux/realtek/files-6.6/drivers/net/dsa/rtl83xx/common.c

@@ -374,7 +374,7 @@ static int __init rtl83xx_mdio_probe(struct rtl838x_switch_priv *priv)
 		/* Check for the integrated SerDes of the RTL8380M first */
 		/* Check for the integrated SerDes of the RTL8380M first */
 		if (of_property_read_bool(phy_node, "phy-is-integrated")
 		if (of_property_read_bool(phy_node, "phy-is-integrated")
 		    && priv->id == 0x8380 && pn >= 24) {
 		    && priv->id == 0x8380 && pn >= 24) {
-			pr_debug("----> FÓUND A SERDES\n");
+			pr_debug("----> FOUND A SERDES\n");
 			priv->ports[pn].phy = PHY_RTL838X_SDS;
 			priv->ports[pn].phy = PHY_RTL838X_SDS;
 			continue;
 			continue;
 		}
 		}