diff options
Diffstat (limited to 'drivers/net/phy')
-rw-r--r-- | drivers/net/phy/phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index cb230f44d6fc..17c1e1555d80 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c | |||
@@ -204,7 +204,7 @@ static const struct phy_setting settings[] = { | |||
204 | }, | 204 | }, |
205 | }; | 205 | }; |
206 | 206 | ||
207 | #define MAX_NUM_SETTINGS (sizeof(settings)/sizeof(struct phy_setting)) | 207 | #define MAX_NUM_SETTINGS ARRAY_SIZE(settings) |
208 | 208 | ||
209 | /** | 209 | /** |
210 | * phy_find_setting - find a PHY settings array entry that matches speed & duplex | 210 | * phy_find_setting - find a PHY settings array entry that matches speed & duplex |