diff options
-rw-r--r-- | drivers/net/phy/phy_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c index 2d1ecfdc80db..ecd3da151e2d 100644 --- a/drivers/net/phy/phy_device.c +++ b/drivers/net/phy/phy_device.c | |||
@@ -522,7 +522,7 @@ EXPORT_SYMBOL(genphy_read_status); | |||
522 | 522 | ||
523 | static int genphy_config_init(struct phy_device *phydev) | 523 | static int genphy_config_init(struct phy_device *phydev) |
524 | { | 524 | { |
525 | u32 val; | 525 | int val; |
526 | u32 features; | 526 | u32 features; |
527 | 527 | ||
528 | /* For now, I'll claim that the generic driver supports | 528 | /* For now, I'll claim that the generic driver supports |