diff options
Diffstat (limited to 'arch/sparc64/solaris/ioctl.c')
| -rw-r--r-- | arch/sparc64/solaris/ioctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sparc64/solaris/ioctl.c b/arch/sparc64/solaris/ioctl.c index 330743c5b3d8..18352a498628 100644 --- a/arch/sparc64/solaris/ioctl.c +++ b/arch/sparc64/solaris/ioctl.c | |||
| @@ -686,7 +686,8 @@ static inline int solaris_i(unsigned int fd, unsigned int cmd, u32 arg) | |||
| 686 | int i = 0; | 686 | int i = 0; |
| 687 | 687 | ||
| 688 | read_lock_bh(&dev_base_lock); | 688 | read_lock_bh(&dev_base_lock); |
| 689 | for (d = dev_base; d; d = d->next) i++; | 689 | for_each_netdev(d) |
| 690 | i++; | ||
| 690 | read_unlock_bh(&dev_base_lock); | 691 | read_unlock_bh(&dev_base_lock); |
| 691 | 692 | ||
| 692 | if (put_user (i, (int __user *)A(arg))) | 693 | if (put_user (i, (int __user *)A(arg))) |
