From 1ff0c8a97d3ec26ed3c7a26a74851a4b0fb515e3 Mon Sep 17 00:00:00 2001 From: Glen Lee Date: Fri, 23 Oct 2015 14:28:17 +0900 Subject: [PATCH] staging: wilc1000: isr_bh_routine: remove unused variable nic This patch removes unused variable nic. Signed-off-by: Glen Lee Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/linux_wlan.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c index 1f6b16589622..9f899daca524 100644 --- a/drivers/staging/wilc1000/linux_wlan.c +++ b/drivers/staging/wilc1000/linux_wlan.c @@ -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"); -- 2.34.1