Commit 1ff0c8a9 authored by Glen Lee's avatar Glen Lee Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: isr_bh_routine: remove unused variable nic



This patch removes unused variable nic.

Signed-off-by: default avatarGlen Lee <glen.lee@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0c07f8c7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -242,10 +242,6 @@ static irqreturn_t isr_uh_routine(int irq, void *user_data)

irqreturn_t isr_bh_routine(int irq, void *userdata)
{
	struct wilc *nic;

	nic = (struct wilc *)userdata;

	/*While mac is closing cacncel the handling of any interrupts received*/
	if (g_linux_wlan->close) {
		PRINT_ER("Driver is CLOSING: Can't handle BH interrupt\n");