Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f72ed75 authored by Glen Lee's avatar Glen Lee Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: fix rmmod failure



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: 8b8ad7bc ("staging: wilc1000: rename wilc_firmware in the struct wilc")
Signed-off-by: default avatarGlen Lee <glen.lee@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c2ba8b2b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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, "Freeing FW buffer ...\n");
	PRINT_D(INIT_DBG, "Releasing firmware\n");
	PRINT_D(INIT_DBG, "Releasing firmware\n");
	release_firmware(wilc->firmware);
	release_firmware(wilc->firmware);
	wilc->firmware = NULL;


	PRINT_D(INIT_DBG, "Download Succeeded\n");
	PRINT_D(INIT_DBG, "Download Succeeded\n");