All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Adrian & Chantal" <adchazz@optushome.com.au>
To: <linux-kernel@vger.kernel.org>
Subject: [PATCH] 2.4.22 drivers/char/ip2main.c [Take 2]
Date: Mon, 1 Sep 2003 10:02:33 +1000	[thread overview]
Message-ID: <002e01c3701c$7bb105e0$0600a8c0@air> (raw)

Unused variable rc in function ip2_init_board(int).
I am not subscribed to lkml, please cc comments to hoarder@optushome.com.au.


--- linux-2.4.22/drivers/char/ip2main.c 2002-11-29 09:53:12.000000000 +1000
+++ linux/drivers/char/ip2main.c 2003-09-01 09:43:40.000000000 +1000
@@ -988,7 +988,7 @@
 static void __init
 ip2_init_board( int boardnum )
 {
- int i,rc;
+ int i;
  int nports = 0, nboxes = 0;
  i2ChanStrPtr pCh;
  i2eBordStrPtr pB = i2BoardPtrTable[boardnum];



                 reply	other threads:[~2003-09-01  0: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='002e01c3701c$7bb105e0$0600a8c0@air' \
    --to=adchazz@optushome.com.au \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.