diff options
| author | Joe Lawrence <[email protected]> | 2013-08-08 20:45:38 +0000 |
|---|---|---|
| committer | James Bottomley <[email protected]> | 2013-08-26 14:53:44 +0000 |
| commit | 3b3e6f8df3b03642d6705d1db84842c24415b21f (patch) | |
| tree | 3a383b0486eb5f9957e51806d072b513c6e82aa2 /drivers/scsi/mpt2sas/mpi/mpi2_raid.h | |
| parent | [SCSI] Generate uevents on certain unit attention codes (diff) | |
| download | kernel-3b3e6f8df3b03642d6705d1db84842c24415b21f.tar.gz kernel-3b3e6f8df3b03642d6705d1db84842c24415b21f.zip | |
[SCSI] mpt2sas: fix cleanup on controller resource mapping failure
If mpt2sas_base_map_resources takes an early error path then its
counterpart, mpt2sas_base_free_resources needs to be careful about
cleaning up:
1 - _base_mask_interrupts and _base_make_ioc_ready require memory
mapped I/O registers, make sure that this is true.
2 - _base_free_irq iterates over the adapter's reply_queue_list, so
move this list head initialization out of _base_enable_msix to
_scsih_probe so this will always be safe.
3 - check that the controller PCI device and its BARs have been
enabled before disabling them.
Signed-off-by: Joe Lawrence <[email protected]>
Acked-by: Sreekanth Reddy <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2_raid.h')
0 files changed, 0 insertions, 0 deletions
