linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Krishnakumar. R" <krishnakumar@naturesoft.net>
To: trivial@rustcorp.com.au
Cc: linux-kernel@vger.kernel.org
Subject: [TRIVIAL][PATCH-2.6.0-test3]remove unused variable in drivers/char/isicom.c
Date: Mon, 18 Aug 2003 21:17:50 +0530	[thread overview]
Message-ID: <200308182117.50908.krishnakumar@naturesoft.net> (raw)

Hi,

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

Regards
KK

=============================================
diffstat:
isicom.c |    1 -
1 files changed, 1 deletion(-)

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


--- linux-2.6.0-test3/drivers/char/isicom.orig.c	2003-08-18 21:07:10.000000000 
+0530
+++ linux-2.6.0-test3/drivers/char/isicom.c	2003-08-18 21:07:25.000000000 
+0530
@@ -972,7 +972,6 @@
 	struct isi_port * port;
 	struct isi_board * card;
 	unsigned int line, board;
-	unsigned long flags;
 	int error;
 
 #ifdef ISICOM_DEBUG	


                 reply	other threads:[~2003-08-18 15:45 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=200308182117.50908.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;
as well as URLs for NNTP newsgroup(s).