diff options
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_init.c')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_init.c b/drivers/scsi/qla4xxx/ql4_init.c index 4c9be77ee70b..b6046afe370c 100644 --- a/drivers/scsi/qla4xxx/ql4_init.c +++ b/drivers/scsi/qla4xxx/ql4_init.c | |||
@@ -1207,8 +1207,8 @@ static int qla4xxx_start_firmware_from_flash(struct scsi_qla_host *ha) | |||
1207 | break; | 1207 | break; |
1208 | 1208 | ||
1209 | DEBUG2(printk(KERN_INFO "scsi%ld: %s: Waiting for boot " | 1209 | DEBUG2(printk(KERN_INFO "scsi%ld: %s: Waiting for boot " |
1210 | "firmware to complete... ctrl_sts=0x%x\n", | 1210 | "firmware to complete... ctrl_sts=0x%x, remaining=%ld\n", |
1211 | ha->host_no, __func__, ctrl_status)); | 1211 | ha->host_no, __func__, ctrl_status, max_wait_time)); |
1212 | 1212 | ||
1213 | msleep_interruptible(250); | 1213 | msleep_interruptible(250); |
1214 | } while (!time_after_eq(jiffies, max_wait_time)); | 1214 | } while (!time_after_eq(jiffies, max_wait_time)); |