Commit 9b06d9fd authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] unused variable in drivers_char_esp.c

From:  krishnakumar@naturesoft.net
parent 0d4f14fe
...@@ -2612,7 +2612,7 @@ int __init espserial_init(void) ...@@ -2612,7 +2612,7 @@ int __init espserial_init(void)
static void __exit espserial_exit(void) static void __exit espserial_exit(void)
{ {
unsigned long flags; unsigned long flags;
int e1, e2; int e1;
unsigned int region_start, region_end; unsigned int region_start, region_end;
struct esp_struct *temp_async; struct esp_struct *temp_async;
struct esp_pio_buffer *pio_buf; struct esp_pio_buffer *pio_buf;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment