diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2011-05-03 15:53:41 -0400 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-05-06 10:23:54 -0400 |
commit | 3e28601fdfdec75ce8f6aaaf58540fdd0883fb58 (patch) | |
tree | be2dc2fe3301ab7beb7afd0afd22d9569e28d65d /drivers/block/cciss.c | |
parent | 59ec86bb9872fbf9fd8572a936423f5e3ad615e7 (diff) |
cciss: increase timeouts for post-reset no-ops
Just to reduce the messages about timeouts that appear.
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'drivers/block/cciss.c')
-rw-r--r-- | drivers/block/cciss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 3b557231e1d3..b9f8658341cc 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -4353,7 +4353,7 @@ static __devinit int cciss_message(struct pci_dev *pdev, unsigned char opcode, u | |||
4353 | tag = readl(vaddr + SA5_REPLY_PORT_OFFSET); | 4353 | tag = readl(vaddr + SA5_REPLY_PORT_OFFSET); |
4354 | if ((tag & ~3) == paddr32) | 4354 | if ((tag & ~3) == paddr32) |
4355 | break; | 4355 | break; |
4356 | schedule_timeout_uninterruptible(HZ); | 4356 | msleep(CCISS_POST_RESET_NOOP_TIMEOUT_MSECS); |
4357 | } | 4357 | } |
4358 | 4358 | ||
4359 | iounmap(vaddr); | 4359 | iounmap(vaddr); |