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

Commit c2e2a313 authored by huajun li's avatar huajun li Committed by David S. Miller
Browse files

rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...)



Executing cmd 'rmmod rtl8150' does not return(if your device connects
to host), the root cause is tasklet_disable() causes tasklet_kill()
block, remove it from rtl8150_disconnect().

Signed-off-by: default avatarHuajun Li <huajun.li.lee@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d52fbfc9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -977,7 +977,6 @@ static void rtl8150_disconnect(struct usb_interface *intf)
	usb_set_intfdata(intf, NULL);
	if (dev) {
		set_bit(RTL8150_UNPLUG, &dev->flags);
		tasklet_disable(&dev->tl);
		tasklet_kill(&dev->tl);
		unregister_netdev(dev->netdev);
		unlink_all_urbs(dev);