The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* PATCH: wd7000 missing release_region
@ 2001-05-16 10:35 Marcus Meissner
  2001-05-16 23:31 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Marcus Meissner @ 2001-05-16 10:35 UTC (permalink / raw)
  To: Alan Cox, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: wd7000 missing release_region
  2001-05-16 10:35 PATCH: wd7000 missing release_region Marcus Meissner
@ 2001-05-16 23:31 ` Alan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2001-05-16 23:31 UTC (permalink / raw)
  To: Marcus Meissner; +Cc: Alan Cox, linux-kernel

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

Most of these are fixed in -ac and have been for a while. Im not sure if this
one is but do double check the -ac patches for these. I've yet to have 
Linus bandwidth to feed them all on

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-16 23:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-16 10:35 PATCH: wd7000 missing release_region Marcus Meissner
2001-05-16 23:31 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox