Re: [PATCH v2] mpt2sas: Abort initialization if no memory I/O resources detected

2015-06-28 Thread Sreekanth Reddy
Hi Timothy, Thanks for the patch. I feel there is some code redundancy after including this patch, I mean to say is twice we are checking for (ioc->chip == NULL). So I am working on to reduce this redundancy. Soon I will post a new patch. Thanks, Sreekanth On Sun, Jun 28, 2015 at 7:00 AM, Timot

Re: [PATCH v2] mpt2sas: Abort initialization if no memory I/O resources detected

2015-06-27 Thread Timothy Pearson
On 06/23/2015 02:28 PM, Timothy Pearson wrote: The mpt2sas driver crashes if the BIOS does not set up at least one memory I/O resource. This failure can happen if the device is too slow to respond during POST and is missed by the BIOS, but Linux then detects the device later in the boot process.

[PATCH v2] mpt2sas: Abort initialization if no memory I/O resources detected

2015-06-23 Thread Timothy Pearson
The mpt2sas driver crashes if the BIOS does not set up at least one memory I/O resource. This failure can happen if the device is too slow to respond during POST and is missed by the BIOS, but Linux then detects the device later in the boot process. Signed-off-by: Timothy Pearson Tested-by: Timo