diff options
author | Jayamohan Kallickal <jayamohan.kallickal@emulex.com> | 2010-10-06 18:15:21 (GMT) |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-10-11 22:43:10 (GMT) |
commit | 91446f060b9ae27875d38b00dc3c6394b8321bff (patch) | |
tree | e58ab18999db18d89bb0d445822fec21c4401846 /drivers/scsi/be2iscsi/be_cmds.c | |
parent | 2bc72c91ea7e104b0e40151543d135b933a12e93 (diff) | |
download | linux-91446f060b9ae27875d38b00dc3c6394b8321bff.tar.xz |
[SCSI] be2iscsi: More time for FW
This patch provides more time for the FW to respond. This became
necessary in boot situations
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/be2iscsi/be_cmds.c')
-rw-r--r-- | drivers/scsi/be2iscsi/be_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be_cmds.c b/drivers/scsi/be2iscsi/be_cmds.c index 7c75373..ad24636 100644 --- a/drivers/scsi/be2iscsi/be_cmds.c +++ b/drivers/scsi/be2iscsi/be_cmds.c @@ -335,7 +335,7 @@ static int be_mbox_db_ready_wait(struct be_ctrl_info *ctrl) if (ready) break; - if (cnt > 6000000) { + if (cnt > 12000000) { dev_err(&ctrl->pdev->dev, "mbox_db poll timed out\n"); return -EBUSY; } |