commit | 2cfa948c9ea8681e831743a3bb61157f590fa8d8 | [log] [tgz] |
---|---|---|
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | Tue Oct 13 09:18:22 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Oct 13 09:18:22 2009 +0200 |
tree | af80ef81803befceda2052fd4738dbf3f80fef95 | |
parent | c7ebf0657b1f47d85aee8349ed6345d940d7232a [diff] |
cciss: Fix multiple calls to pci_release_regions Fix multiple calls to pci_release_regions. If cciss_pci_init fails, it already does any necessary call to pci_release_regions, so this does not need to be done again in cciss_init_one in that case. Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>