From: "Krishnakumar. R" <krishnakumar@naturesoft.net>
To: trivial@rustcorp.com.au
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [TRIVIAL][PATCH-2.6.0-test2] Remove unused variable.
Date: Thu, 31 Jul 2003 16:39:24 +0530 [thread overview]
Message-ID: <200307311639.24432.krishnakumar@naturesoft.net> (raw)
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
reply other threads:[~2003-07-31 11:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200307311639.24432.krishnakumar@naturesoft.net \
--to=krishnakumar@naturesoft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@rustcorp.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®