From: Stephen M. Cameron Date: Thu, 6 Jan 2011 20:48:03 +0000 (-0600) Subject: [SCSI] hpsa: fix board status waiting code X-Git-Tag: v2.6.39-rc1~440^2~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe5389c87f13c16cd77d976801c93422d0c05a49;p=pandora-kernel.git [SCSI] hpsa: fix board status waiting code After a reset, we should first wait for the board to become "not ready", and then wait for it to become "ready", instead of immediately waiting for it to become "ready", and do this waiting *after* restoring PCI config space registers. Also, only wait 10 secs for board to become "not ready" after a reset (it should quickly become not ready.) Signed-off-by: Stephen M. Cameron Signed-off-by: James Bottomley --- Reading git-diff-tree failed