[parisc-linux-cvs] linux-2.6 willy

Matthew Wilcox parisc-linux@lists.parisc-linux.org
Sat, 30 Aug 2003 21:46:05 -0600 (MDT)


CVSROOT:	/var/cvs
Module name:	linux-2.6
Changes by:	willy	03/08/30 21:46:05

Modified files:
	drivers/scsi/sym53c8xx_2: sym_glue.c 

Log message:
Use pci_request/release_region to make resource handling sane.
Eliminates the use of check_region() and that closes a race as
well as removing a compile warning.