From: Michael Reed Date: Wed, 24 May 2006 20:07:57 +0000 (-0500) Subject: [SCSI] mptfc: abort of board reset leaves port dead requiring reboot X-Git-Tag: v2.6.18-rc1~1092^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6be06c84da9626b10443c664ee55bda96fb3514;p=pandora-kernel.git [SCSI] mptfc: abort of board reset leaves port dead requiring reboot The driver uses msleep_interruptible() in the code path responsible for resetting the card's ports via the lsiutil command. If a is received during the reset it can leave a port in such a state that the only way to regain its use is to reboot the system. Changing from msleep_interruptible() to msleep() corrects the problem. Signed-off-by: Michael Reed Signed-off-by: James Bottomley --- Reading git-diff-tree failed