rtl83xx: fix typo
authorPeter Körner <peter@mazdermind.de>
Fri, 4 Oct 2024 20:50:49 +0000 (22:50 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Sun, 13 Oct 2024 17:48:51 +0000 (20:48 +0300)
Removes an unwanted special character in a debug-message.

Signed-off-by: Peter Körner <peter@mazdermind.de>
target/linux/realtek/files-6.6/drivers/net/dsa/rtl83xx/common.c

index b17d9ae5d5674942a2a50bcc18d2c399604c2c27..5468fc0653ef51fa5a39945b81264e1486758ebb 100644 (file)
@@ -374,7 +374,7 @@ static int __init rtl83xx_mdio_probe(struct rtl838x_switch_priv *priv)
                /* Check for the integrated SerDes of the RTL8380M first */
                if (of_property_read_bool(phy_node, "phy-is-integrated")
                    && 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;
                        continue;
                }