mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 21:44:23 -04:00
staging: wilc1000: isr_bh_routine: remove unused variable nic
This patch removes unused variable nic. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0c07f8c7ca
commit
1ff0c8a97d
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user