]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...)
authorhuajun li <huajun.li.lee@gmail.com>
Sun, 7 Aug 2011 03:03:31 +0000 (03:03 +0000)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 19:18:05 +0000 (11:18 -0800)
commitd518eebfb912d9d2e01ba26daebe23836cbd8217
tree8f37353a0543a65452cd25019d74022ff85e5041
parent94771d64be98c503669c4e723726162f4fe509f0
rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...)

commit c2e2a313ff8fdc25cedef5e63da712a6a0d35dfe upstream.

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: Huajun Li <huajun.li.lee@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/usb/rtl8150.c