diff options
author | Don Brace <[email protected]> | 2016-04-27 17:13:26 -0500 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2016-04-29 19:08:24 -0400 |
commit | cf47723763a72354f90cd0b3e527704f4e2f7eb7 (patch) | |
tree | bbe15edb0ac9c063770616ff6292fec4b48f2690 /lib/mpi/mpiutil.c | |
parent | 139112fb34db6361082b992d7b5fbb9d223c2c33 (diff) |
hpsa: correct initialization order issue
The driver was calling scsi_scan_host before enabling interrupts.
This has gone unnoticed except for customers running in intx mode.
Calling scsi_scan_host before interrupts are enabled causes
"irq XX: nobody cared" messages and the driver to hang.
This patch enables interrupts before the call to scsi_scan_host.
Reported-by: Piotr Karbowski <[email protected]>
Reviewed-by: Scott Teel <[email protected]>
Reviewed-by: Kevin Barnett <[email protected]>
Signed-off-by: Don Brace <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions