staging: wilc1000: fix rmmod failure
authorGlen Lee <glen.lee@atmel.com>
Wed, 25 Nov 2015 02:59:40 +0000 (11:59 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Dec 2015 22:40:57 +0000 (14:40 -0800)
This patch fixes rmmod failure. wilc->firmware needs to be set to NULL because
it is used again to check firmware is released when module exit.

Fixes: 8b8ad7bc90bc ("staging: wilc1000: rename wilc_firmware in the struct wilc")
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c

index 73954f4..d1c3e4c 100644 (file)
@@ -506,6 +506,7 @@ static int wilc1000_firmware_download(struct net_device *dev)
        PRINT_D(INIT_DBG, "Freeing FW buffer ...\n");
        PRINT_D(INIT_DBG, "Releasing firmware\n");
        release_firmware(wilc->firmware);
+       wilc->firmware = NULL;
 
        PRINT_D(INIT_DBG, "Download Succeeded\n");