浏览代码

[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>
Jayamohan Kallickal 14 年之前
父节点
当前提交
91446f060b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/scsi/be2iscsi/be_cmds.c

+ 1 - 1
drivers/scsi/be2iscsi/be_cmds.c

@@ -335,7 +335,7 @@ static int be_mbox_db_ready_wait(struct be_ctrl_info *ctrl)
 		if (ready)
 		if (ready)
 			break;
 			break;
 
 
-		if (cnt > 6000000) {
+		if (cnt > 12000000) {
 			dev_err(&ctrl->pdev->dev, "mbox_db poll timed out\n");
 			dev_err(&ctrl->pdev->dev, "mbox_db poll timed out\n");
 			return -EBUSY;
 			return -EBUSY;
 		}
 		}