* 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
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