Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0162c554 authored by Ming Lei's avatar Ming Lei Committed by David S. Miller
Browse files

usbnet: apply usbnet_link_change



Use usbnet_link_change to handle link change centrally.

Signed-off-by: default avatarMing Lei <ming.lei@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9ef2c441
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1521,7 +1521,7 @@ usbnet_probe (struct usb_interface *udev, const struct usb_device_id *prod)
	netif_device_attach (net);

	if (dev->driver_info->flags & FLAG_LINK_INTR)
		netif_carrier_off(net);
		usbnet_link_change(dev, 0, 0);

	return 0;