From: huajun li Date: Sun, 7 Aug 2011 03:03:31 +0000 (+0000) Subject: rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...) X-Git-Tag: v3.1-rc2~19^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2e2a313ff8fdc25cedef5e63da712a6a0d35dfe;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed