mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andre Haupt <andre@bitwigglers.org>
To: linux-kernel@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, Andre Haupt <andre@bitwigglers.org>
Subject: [PATCH 1/2] parport: remove superfluous local variable.
Date: Fri, 20 Jun 2008 14:51:44 +0200	[thread overview]
Message-ID: <15ef717cf17bfbbcdd49599ed9c99cc655b610fa.1213965527.git.andre@bitwigglers.org> (raw)
In-Reply-To: <cover.1213965527.git.andre@bitwigglers.org>
In-Reply-To: <cover.1213965527.git.andre@bitwigglers.org>

Signed-off-by: Andre Haupt <andre@bitwigglers.org>
---
 drivers/parport/ieee1284.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/parport/ieee1284.c b/drivers/parport/ieee1284.c
index 0338b09..e970594 100644
--- a/drivers/parport/ieee1284.c
+++ b/drivers/parport/ieee1284.c
@@ -199,8 +199,6 @@ int parport_wait_peripheral(struct parport *port,
 	/* 40ms of slow polling. */
 	deadline = jiffies + msecs_to_jiffies(40);
 	while (time_before (jiffies, deadline)) {
-		int ret;
-
 		if (signal_pending (current))
 			return -EINTR;
 
-- 
1.5.5.GIT


  reply	other threads:[~2008-06-20 12:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-20 12:51 [PATCH 0/2] parport sparse fixes Andre Haupt
2008-06-20 12:51 ` Andre Haupt [this message]
2008-06-20 12:51   ` [PATCH 2/2] parport: make parport_cs_release static Andre Haupt

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=15ef717cf17bfbbcdd49599ed9c99cc655b610fa.1213965527.git.andre@bitwigglers.org \
    --to=andre@bitwigglers.org \
    --cc=kernel-janitors@vger.kernel.org \
    --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

Powered by JetHome