From: andrew.vasquez@qlogic.com Date: Sat, 14 Jan 2006 01:05:05 +0000 (-0800) Subject: [SCSI] qla2xxx: Use msleep() as delay during ISP polling. X-Git-Tag: v2.6.16-rc1~162^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03ab2eabed74708c0c74163723007e8e72244219;p=pandora-kernel.git [SCSI] qla2xxx: Use msleep() as delay during ISP polling. Mailbox commands are polled for completion during ISP initialization. During potentially 'long' mailbox commands (i.e. fabric login), we really don't want a busy-wait delay to potentially trigger a (benign) soft-lockup BUG(). Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed