The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Marcus Meissner <Marcus.Meissner@caldera.de>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>, linux-kernel@vger.kernel.org
Subject: PATCH: wd7000 missing release_region
Date: Wed, 16 May 2001 12:35:32 +0200	[thread overview]
Message-ID: <20010516123532.A1567@caldera.de> (raw)

Hi,

One else case in wd7000.c did not have a release_region().

Ciao, Marcus

Index: drivers/scsi/wd7000.c
===================================================================
RCS file: /build/mm/work/repository/linux-mm/drivers/scsi/wd7000.c,v
retrieving revision 1.7
diff -u -r1.7 wd7000.c
--- drivers/scsi/wd7000.c	2001/05/03 13:03:59	1.7
+++ drivers/scsi/wd7000.c	2001/05/16 10:05:21
@@ -1676,7 +1676,8 @@
 			host->iobase, host->irq, host->dma);
                 printk ("  BUS_ON time: %dns, BUS_OFF time: %dns\n",
                         host->bus_on * 125, host->bus_off * 125);
-	    }
+	    } else 
+		goto err_release;
 	}
 
 #ifdef WD7000_DEBUG

             reply	other threads:[~2001-05-16 10:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-16 10:35 Marcus Meissner [this message]
2001-05-16 23:31 ` PATCH: wd7000 missing release_region Alan Cox

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=20010516123532.A1567@caldera.de \
    --to=marcus.meissner@caldera.de \
    --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