public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Luc Van Oostenryck <luc.vanoostenryck@easynet.be>
To: Kernel mailing list <linux-kernel@vger.kernel.org>
Cc: Paul Bristow <paul@paulbristow.net>,
	Linus Torvalds <torvalds@transmeta.com>
Subject: [PATCH]: fix-up ide-floppy in 2.5.2-preX
Date: Sun, 13 Jan 2002 19:45:37 +0100	[thread overview]
Message-ID: <3C41D5D1.93FA2C05@easynet.be> (raw)

Here is a patch for a bug introduced probably in 2.5.2-pre1.
The patch apply against 2.5.2-pre11.

diff -ur linux-2.5.2-pre11/drivers/ide/ide-floppy.c
linux/drivers/ide/ide-floppy.c
--- linux-2.5.2-pre11/drivers/ide/ide-floppy.c  Sat Jan 12 22:09:48 2002
+++ linux/drivers/ide/ide-floppy.c      Sun Jan 13 17:47:27 2002
@@ -680,7 +680,7 @@
        /* Why does this happen? */
        if (!rq)
                return;
-       if (rq->flags & IDEFLOPPY_RQ) {
+       if (!(rq->flags & IDEFLOPPY_RQ)) {
                ide_end_request (uptodate, hwgroup);
                return;
        }

-- 
Luc Van Oostenryck

                 reply	other threads:[~2002-01-13 18:46 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=3C41D5D1.93FA2C05@easynet.be \
    --to=luc.vanoostenryck@easynet.be \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paul@paulbristow.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