Revision 081a5bcb39b455405d58f79bb3c9398a9d4477ed authored by James Bottomley on 07 July 2008, 16:24:06 UTC, committed by James Bottomley on 08 July 2008, 14:40:04 UTC
The problem here is that if the ioc faults too early in the bring up
sequence (as it usually does for an irq routing problem), ioc_reset gets
called before the scsi host is even allocated.  This causes an oops when
it later schedules a renegotiation.  Fix this by checking ioc->sh before
trying to renegotiate.

Cc: "Moore, Eric" <Eric.Moore@lsi.com>
Cc: Stable Tree <stable@kernel.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
1 parent bdb2b8c
History

back to top