diff mbox

[1/2] PHY: fix typo in bcm63xx PHY driver table

Message ID 201004091304.45392.ffainelli@freebox.fr
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Florian Fainelli April 9, 2010, 11:04 a.m. UTC
Signed-off-by: Florian Fainelli <ffainelli@freebox.fr>
---
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller April 13, 2010, 10:30 a.m. UTC | #1
From: Florian Fainelli <ffainelli@freebox.fr>
Date: Fri, 9 Apr 2010 13:04:45 +0200

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

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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);