linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TRIVIAL][PATCH-2.6.0-test3]removes the unused variable in drivers/char/esp.c
@ 2003-08-18 16:03 Krishnakumar. R
  0 siblings, 0 replies; only message in thread
From: Krishnakumar. R @ 2003-08-18 16:03 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

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;





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-18 16:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-18 16:03 [TRIVIAL][PATCH-2.6.0-test3]removes the unused variable in drivers/char/esp.c Krishnakumar. R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).