public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH: missing release_region in qlogicfas.c
@ 2001-05-16 10:00 Marcus Meissner
  0 siblings, 0 replies; only message in thread
From: Marcus Meissner @ 2001-05-16 10:00 UTC (permalink / raw)
  To: Alan Cox, linux-kernel

Hi,

qlogicfas was missing a release_region in autoprobing too.

Ciao, Marcus

Index: drivers/scsi/qlogicfas.c
===================================================================
RCS file: /build/mm/work/repository/linux-mm/drivers/scsi/qlogicfas.c,v
retrieving revision 1.13
diff -u -r1.13 qlogicfas.c
--- drivers/scsi/qlogicfas.c	2001/05/03 13:16:22	1.13
+++ drivers/scsi/qlogicfas.c	2001/05/16 09:59:04
@@ -563,6 +563,7 @@
 			if ( ( (inb(qbase + 0xe) ^ inb(qbase + 0xe)) == 7 )
 			  && ( (inb(qbase + 0xe) ^ inb(qbase + 0xe)) == 7 ) )
 				break;
+			release_region(qbase, 0x10 );
 		}
 		if (qbase == 0x430)
 			return 0;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-05-16 10:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-16 10:00 PATCH: missing release_region in qlogicfas.c Marcus Meissner

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