Skip to content

Commit

Permalink
rtl83xx: fix typo
Browse files Browse the repository at this point in the history
Removes an unwanted special character in a debug-message.

Signed-off-by: Peter Körner <[email protected]>
  • Loading branch information
MaZderMind authored and stintel committed Oct 13, 2024
1 parent a9402a8 commit 0ba2e08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0ba2e08

Please sign in to comment.