diff options
Diffstat (limited to 'drivers/net/sis190.c')
-rw-r--r-- | drivers/net/sis190.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sis190.c b/drivers/net/sis190.c index e2247669a495..1f040e8a000b 100644 --- a/drivers/net/sis190.c +++ b/drivers/net/sis190.c | |||
@@ -1281,7 +1281,7 @@ static u16 sis190_default_phy(struct net_device *dev) | |||
1281 | else if (phy_lan) | 1281 | else if (phy_lan) |
1282 | phy_default = phy_lan; | 1282 | phy_default = phy_lan; |
1283 | else | 1283 | else |
1284 | phy_default = list_entry(&tp->first_phy, | 1284 | phy_default = list_first_entry(&tp->first_phy, |
1285 | struct sis190_phy, list); | 1285 | struct sis190_phy, list); |
1286 | } | 1286 | } |
1287 | 1287 | ||