linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: tim@cyberelk.net, torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Get rid of warnings in pd.c and pcd.c
Date: Sun, 9 Jun 2002 21:43:29 +0200	[thread overview]
Message-ID: <20020609214329.A13417@mars.ravnborg.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]

Removed two unused variables in paride/pd.c and paride/pcd.c.
Agains 2.5.21

	Sam

[-- Attachment #2: paride.patch --]
[-- Type: text/plain, Size: 1229 bytes --]

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.488   -> 1.489  
#	drivers/block/paride/pcd.c	1.14    -> 1.15   
#	drivers/block/paride/pd.c	1.23    -> 1.24   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/06/09	sam@mars.ravnborg.org	1.489
# Get rid of two warnings in paride/pd.c and paride/pcd.c
# --------------------------------------------
#
diff -Nru a/drivers/block/paride/pcd.c b/drivers/block/paride/pcd.c
--- a/drivers/block/paride/pcd.c	Sun Jun  9 21:21:50 2002
+++ b/drivers/block/paride/pcd.c	Sun Jun  9 21:21:50 2002
@@ -330,7 +330,7 @@
 
 int pcd_init (void)	/* preliminary initialisation */
 
-{       int 	i, unit;
+{       int 	unit;
 
 	if (disable) return -1;
 
diff -Nru a/drivers/block/paride/pd.c b/drivers/block/paride/pd.c
--- a/drivers/block/paride/pd.c	Sun Jun  9 21:21:50 2002
+++ b/drivers/block/paride/pd.c	Sun Jun  9 21:21:50 2002
@@ -382,7 +382,7 @@
 
 int pd_init (void)
 
-{       int i;
+{
 	request_queue_t * q; 
 
 	if (disable) return -1;

                 reply	other threads:[~2002-06-09 19:40 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=20020609214329.A13417@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tim@cyberelk.net \
    --cc=torvalds@transmeta.com \
    /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).