commit | 71f36115d20e8d8b0ef10479ff0cde877ec56f98 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Mon Jul 30 08:04:53 2007 -0600 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:39:08 2007 -0400 |
tree | adf0da802ca05e404ae6e6a9170e81e92dd0f3d0 | |
parent | c304ec94733aec764396813f3f05dfbe02f4a6da [diff] |
[SCSI] advansys: Update resource management Make sure the resources are reserved and released by all the callers of advansys_board_found(). This eliminates the check_region-style race. It also allows us to use the pci_request_regions() API. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>