Changeset 34371
- Timestamp:
- 2012-11-25T17:23:02+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/attitude_adjustment/target/linux/generic/files/drivers/net/phy/ar8216.c
r34370 r34371 426 426 int i; 427 427 428 WARN_ON(port >= priv->dev.ports); 429 428 430 lockdep_assert_held(&priv->mib_lock); 429 431 … … 1711 1713 next_port: 1712 1714 priv->mib_next_port++; 1713 if (priv->mib_next_port > priv->dev.ports)1715 if (priv->mib_next_port >= priv->dev.ports) 1714 1716 priv->mib_next_port = 0; 1715 1717
Note: See TracChangeset
for help on using the changeset viewer.