* [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", ®);
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
* Re: [PATCH] net: dsa: mv88e6xxx: Fix error message typo
2019-09-23 19:12 [PATCH] net: dsa: mv88e6xxx: Fix error message typo Andrey Smirnov
@ 2019-09-25 9:54 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-09-25 9:54 UTC (permalink / raw)
To: Andrey Smirnov; +Cc: barebox
On Mon, Sep 23, 2019 at 12:12:10PM -0700, Andrey Smirnov wrote:
> 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(-)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
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