]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: rtl8192e: add missing tasklet_kill on remove path
authorDevendra Naga <devendra.aaru@gmail.com>
Mon, 24 Nov 2014 03:12:20 +0000 (22:12 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2014 22:03:06 +0000 (14:03 -0800)
commit876e20d333c07b51b6452dbbd7f02c624b65e250
treedc3bdf7d662251dd2611453d0dc459e8ccabdf94
parente3c2b451b42e143f265e40cafa4e08d051123436
staging: rtl8192e: add missing tasklet_kill on remove path

The powersave tasklet is created in rtllib_softmac_init and
it is not removed while unloading the module.

Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_softmac.c