PATCH: missing release_region in qlogicfas.c

Marcus Meissner (Marcus.Meissner@caldera.de)
Wed, 16 May 2001 12:00:16 +0200


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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/