diff options
Diffstat (limited to 'net/core/dev_ioctl.c')
| -rw-r--r-- | net/core/dev_ioctl.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/net/core/dev_ioctl.c b/net/core/dev_ioctl.c index 0e87237fd871..cbab5fec64b1 100644 --- a/net/core/dev_ioctl.c +++ b/net/core/dev_ioctl.c @@ -518,9 +518,7 @@ int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr,  	case SIOCETHTOOL:  		dev_load(net, ifr->ifr_name); -		rtnl_lock();  		ret = dev_ethtool(net, ifr, data); -		rtnl_unlock();  		if (colon)  			*colon = ':';  		return ret;  | 
