fix the name of the micrel PHY driver
SVN-Revision: 11990
This commit is contained in:
parent
3d6f8816dc
commit
029ef41bb1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue