diff options
Diffstat (limited to 'drivers/rapidio/rio-sysfs.c')
-rw-r--r-- | drivers/rapidio/rio-sysfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/rapidio/rio-sysfs.c b/drivers/rapidio/rio-sysfs.c index 659e31164cf0..97a147f050d6 100644 --- a/drivers/rapidio/rio-sysfs.c +++ b/drivers/rapidio/rio-sysfs.c | |||
@@ -43,7 +43,8 @@ static ssize_t routes_show(struct device *dev, struct device_attribute *attr, ch | |||
43 | if (!rdev->rswitch) | 43 | if (!rdev->rswitch) |
44 | goto out; | 44 | goto out; |
45 | 45 | ||
46 | for (i = 0; i < RIO_MAX_ROUTE_ENTRIES; i++) { | 46 | for (i = 0; i < RIO_MAX_ROUTE_ENTRIES(rdev->net->hport->sys_size); |
47 | i++) { | ||
47 | if (rdev->rswitch->route_table[i] == RIO_INVALID_ROUTE) | 48 | if (rdev->rswitch->route_table[i] == RIO_INVALID_ROUTE) |
48 | continue; | 49 | continue; |
49 | str += | 50 | str += |