diff options
| author | Gabor Juhos | 2008-07-29 12:46:05 +0000 |
|---|---|---|
| committer | Gabor Juhos | 2008-07-29 12:46:05 +0000 |
| commit | 535477c6b149f8053efc320ae2e36793ad300582 (patch) | |
| tree | 35dba99fb91ed8eaf1ab01815c3993b355387f31 | |
| parent | 8ef3f3dbd061288381872db8a440ab35e7799c00 (diff) | |
| download | archive-535477c6b149f8053efc320ae2e36793ad300582.tar.gz | |
[ar71xx] fix the name of the micrel PHY driver
SVN-Revision: 11990
| -rw-r--r-- | target/linux/ar71xx/files/drivers/net/phy/micrel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/phy/micrel.c b/target/linux/ar71xx/files/drivers/net/phy/micrel.c index e6516729f6..6a40cff1cd 100644 --- a/target/linux/ar71xx/files/drivers/net/phy/micrel.c +++ b/target/linux/ar71xx/files/drivers/net/phy/micrel.c @@ -46,7 +46,7 @@ static int ksz8041_config_intr(struct phy_device *phydev) static struct phy_driver ksz8041_phy_driver = { .phy_id = 0x00221512, - .name = "Micrel/Kendin KSZ8041", + .name = "Micrel KSZ8041", .phy_id_mask = 0x001fffff, .features = PHY_BASIC_FEATURES, .flags = PHY_HAS_INTERRUPT, |