From: Moore, Eric Date: Wed, 18 Jan 2006 00:06:23 +0000 (-0700) Subject: [SCSI] fusion: unloading the driver results in panic - fix X-Git-Tag: v2.6.16-rc2~242^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=335a94124470dd5be6c42378d1b7f7af9a80919e;p=pandora-kernel.git [SCSI] fusion: unloading the driver results in panic - fix The ioc->alt_ioc->alt_ioc pointer is not getting cleared during driver unload time. This dangling pointer can result in panic in certain circumstances, such as error recovery, or firmware download in flashless environments. This only impacts dual functions controllers, such as 1030. Please apply. This patch also includes a small cosmetic name change for mpt_spi_log_info. Signed-off-by: Eric Moore Signed-off-by: James Bottomley --- Reading git-diff-tree failed