Re: [PATCH 1/7] hpsa: correct initialization order issue

2016-04-28 Thread Johannes Thumshirn
On Wed, Apr 27, 2016 at 05:13:26PM -0500, Don Brace wrote: > 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

[PATCH 1/7] hpsa: correct initialization order issue

2016-04-27 Thread Don Brace
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