linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TRIVIAL][PATCH-2.6.0-test2] Remove unused variable.
@ 2003-07-31 11:09 Krishnakumar. R
  0 siblings, 0 replies; only message in thread
From: Krishnakumar. R @ 2003-07-31 11:09 UTC (permalink / raw)
  To: trivial; +Cc: LKML

Hi,

This removes the following warning while compiling.

drivers/char/cyclades.c: In function `cy_cleanup_module':
drivers/char/cyclades.c:5668: warning: unused variable `e2'


The patch is against the linux-2.6.0-test2.

Regards
KK



--- linux-2.6.0-test2/drivers/char/cyclades.orig.c	2003-07-31 16:16:49.000000000 +0530
+++ linux-2.6.0-test2/drivers/char/cyclades.c	2003-07-31 16:30:12.000000000 +0530
@@ -5665,7 +5665,7 @@
 cy_cleanup_module(void)
 {
     int i;
-    int e1, e2;
+    int e1;
     unsigned long flags;
 
 #ifndef CONFIG_CYZ_INTR














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

only message in thread, other threads:[~2003-07-31 11:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-31 11:09 [TRIVIAL][PATCH-2.6.0-test2] Remove unused variable 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).