lkml.org 
[lkml]   [2003]   [Aug]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[TRIVIAL][PATCH-2.6.0-test3]removes the unused variable in drivers/char/esp.c
Date
Hi,

This patch would remove the 'unused variable'
error in drivers/char/esp.c

Regards
KK

=============================================
diffstat output:

esp.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

=============================================
The following is the patch:



--- linux-2.6.0-test3/drivers/char/esp.orig.c 2003-08-18 21:19:20.000000000 +0530
+++ linux-2.6.0-test3/drivers/char/esp.c 2003-08-18 21:20:01.000000000 +0530
@@ -2632,7 +2632,7 @@
static void __exit espserial_exit(void)
{
unsigned long flags;
- int e1, e2;
+ int e1;
unsigned int region_start, region_end;
struct esp_struct *temp_async;
struct esp_pio_buffer *pio_buf;



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.044 / U:0.224 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site