netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] PHY: fix typo in bcm63xx PHY driver table
@ 2010-04-09 11:04 Florian Fainelli
  2010-04-13 10:30 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Fainelli @ 2010-04-09 11:04 UTC (permalink / raw)
  To: netdev; +Cc: David Miller


Signed-off-by: Florian Fainelli <ffainelli@freebox.fr>
---
diff --git a/drivers/net/phy/bcm63xx.c b/drivers/net/phy/bcm63xx.c
index ac5e498..c128156 100644
--- a/drivers/net/phy/bcm63xx.c
+++ b/drivers/net/phy/bcm63xx.c
@@ -137,4 +137,4 @@ static struct mdio_device_id bcm63xx_tbl[] = {
 	{ }
 };
 
-MODULE_DEVICE_TABLE(mdio, bcm64xx_tbl);
+MODULE_DEVICE_TABLE(mdio, bcm63xx_tbl);

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

* Re: [PATCH 1/2] PHY: fix typo in bcm63xx PHY driver table
  2010-04-09 11:04 [PATCH 1/2] PHY: fix typo in bcm63xx PHY driver table Florian Fainelli
@ 2010-04-13 10:30 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-04-13 10:30 UTC (permalink / raw)
  To: ffainelli; +Cc: netdev

From: Florian Fainelli <ffainelli@freebox.fr>
Date: Fri, 9 Apr 2010 13:04:45 +0200

> 
> Signed-off-by: Florian Fainelli <ffainelli@freebox.fr>

Applied.

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

end of thread, other threads:[~2010-04-13 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-09 11:04 [PATCH 1/2] PHY: fix typo in bcm63xx PHY driver table Florian Fainelli
2010-04-13 10:30 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).