linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bruce Harada <bruce@ask.ne.jp>
To: alan@lxorguk.ukuu.org.uk
Cc: linux-kernel@vger.kernel.org
Subject: 2.4.0-ac3 oneliners
Date: Mon, 8 Jan 2001 21:48:39 +0900	[thread overview]
Message-ID: <20010108214839.7c50eb22.bruce@ask.ne.jp> (raw)


Hi Alan,

These are just a few unused variables that popped up as warnings from
2.4.0-ac3 (I've also (briefly) checked ac4, and didn't notice any changes
in there). Here's hoping that I'm not breaking something...

--
Bruce Harada
bruce@ask.ne.jp



diff -Nur linux-2.4.0-ac3/drivers/net/tulip/media.c
linux-2.4.0-ac3-bh1/drivers/net/tulip/media.c
--- linux-2.4.0-ac3/drivers/net/tulip/media.c   Tue Jan  2 02:54:07 2001
+++ linux-2.4.0-ac3-bh1/drivers/net/tulip/media.c       Mon Jan  8 21:28:50 2001
@@ -265,7 +265,6 @@
                }
                case 5: case 6: {
                        u16 setup[5];
-                       u32 csr13val, csr14val, csr15dir, csr15val;
                        for (i = 0; i < 5; i++)
                                setup[i] = get_u16(&p[i*2 + 1]);
 
diff -Nur linux-2.4.0-ac3/mm/filemap.c linux-2.4.0-ac3-bh1/mm/filemap.c
--- linux-2.4.0-ac3/mm/filemap.c        Mon Jan  8 21:19:58 2001
+++ linux-2.4.0-ac3-bh1/mm/filemap.c    Mon Jan  8 21:22:14 2001
@@ -2499,7 +2499,7 @@
        mark_inode_dirty_sync(inode);
 
        while (count) {
-               unsigned long bytes, index, offset, partial = 0;
+               unsigned long bytes, index, offset;
                char *kaddr;
                int deactivate = 1;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

                 reply	other threads:[~2001-01-08 12:50 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=20010108214839.7c50eb22.bruce@ask.ne.jp \
    --to=bruce@ask.ne.jp \
    --cc=alan@lxorguk.ukuu.org.uk \
    --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 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).