mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] net: dsa: mv88e6xxx: Fix error message typo
@ 2019-09-23 19:12 Andrey Smirnov
  2019-09-25  9:54 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Smirnov @ 2019-09-23 19:12 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

s/MIDO/MDIO

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 drivers/net/phy/mv88e6xxx/chip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/phy/mv88e6xxx/chip.c b/drivers/net/phy/mv88e6xxx/chip.c
index 3af2b64eda..b1bffe5cbc 100644
--- a/drivers/net/phy/mv88e6xxx/chip.c
+++ b/drivers/net/phy/mv88e6xxx/chip.c
@@ -826,7 +826,7 @@ static int mv88e6xxx_probe(struct device_d *dev)
 
 	err = of_property_read_u32(np, "reg", &reg);
 	if (err) {
-		dev_err(dev, "Couldn't determine switch MIDO address\n");
+		dev_err(dev, "Couldn't determine switch MDIO address\n");
 		return err;
 	}
 
-- 
2.21.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-25  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-23 19:12 [PATCH] net: dsa: mv88e6xxx: Fix error message typo Andrey Smirnov
2019-09-25  9:54 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox