usbnet: rtl8150: remove unused variable
remove unused variable Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1e3531d2c2
commit
1abe7cd91a
@ -753,14 +753,13 @@ static int rtl8150_open(struct net_device *netdev)
|
|||||||
static int rtl8150_close(struct net_device *netdev)
|
static int rtl8150_close(struct net_device *netdev)
|
||||||
{
|
{
|
||||||
rtl8150_t *dev = netdev_priv(netdev);
|
rtl8150_t *dev = netdev_priv(netdev);
|
||||||
int res = 0;
|
|
||||||
|
|
||||||
netif_stop_queue(netdev);
|
netif_stop_queue(netdev);
|
||||||
if (!test_bit(RTL8150_UNPLUG, &dev->flags))
|
if (!test_bit(RTL8150_UNPLUG, &dev->flags))
|
||||||
disable_net_traffic(dev);
|
disable_net_traffic(dev);
|
||||||
unlink_all_urbs(dev);
|
unlink_all_urbs(dev);
|
||||||
|
|
||||||
return res;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void rtl8150_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *info)
|
static void rtl8150_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *info)
|
||||||
|
Loading…
Reference in New Issue
Block a user