]> git.kernelconcepts.de Git - karo-tx-linux.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)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Aug 2011 05:52:32 +0000 (22:52 -0700)
commitc2e2a313ff8fdc25cedef5e63da712a6a0d35dfe
tree6c25bff7c6dbd1bc555fc53ab7c1cfee49bd3d71
parentd52fbfc9e5c7bb0b0dbc256edf17dee170ce839d
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: Huajun Li <huajun.li.lee@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/rtl8150.c