From: Robert Elliott Date: Fri, 23 Jan 2015 22:44:56 +0000 (-0600) Subject: hpsa: shorten the wait for the CISS doorbell mode change ack X-Git-Tag: fixes-v4.0-rc1~143^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=007e7aa9b37d570fc5917522a6f6bcca14264632;p=pandora-kernel.git hpsa: shorten the wait for the CISS doorbell mode change ack Shorten the wait for the CISS configuration table doorbell mode change acknowledgment from 300-600 s to 20 s, which is the value specified in the CISS specification that should be honored by all controllers. Wait using interruptible msleep() rather than uninterruptible usleep_range(), which triggers rt_sched timeout errors if the wait is long. Reviewed-by: Scott Teel Signed-off-by: Robert Elliott Signed-off-by: Don Brace Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed