phy: Fix initialization in micrel driver.
authorDavid S. Miller <davem@davemloft.net>
Thu, 6 May 2010 10:15:59 +0000 (03:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 May 2010 11:02:01 +0000 (04:02 -0700)
Missing name string in ks8001_driver, so we crash on register.

Reported-by: Ingo Molnar <mingo@elte.hu>
Tested-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/micrel.c

index 0cd80e4..e67691d 100644 (file)
@@ -32,6 +32,7 @@ static int kszphy_config_init(struct phy_device *phydev)
 
 static struct phy_driver ks8001_driver = {
        .phy_id         = PHY_ID_KS8001,
+       .name           = "Micrel KS8001",
        .phy_id_mask    = 0x00fffff0,
        .features       = PHY_BASIC_FEATURES,
        .flags          = PHY_POLL,