hpsa: shorten the wait for the CISS doorbell mode change ack
authorRobert Elliott <elliott@hp.com>
Fri, 23 Jan 2015 22:44:56 +0000 (16:44 -0600)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 2 Feb 2015 17:57:44 +0000 (09:57 -0800)
commit007e7aa9b37d570fc5917522a6f6bcca14264632
tree409e0e473cc001fb438c96a2ed38436cf2b65101
parent8ebc92483211f49ee5f072d2e51de3e70ca05fc1
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 <scott.teel@pmcs.com>
Signed-off-by: Robert Elliott <elliott@hp.com>
Signed-off-by: Don Brace <don.brace@pmcs.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/hpsa.c
This page took 0.027245 seconds and 5 git commands to generate.