scsi: smartpqi: cleanup messages
- improve some error messages. Reviewed-by: Scott Benesh <scott.benesh@microsemi.com> Signed-off-by: Kevin Barnett <kevin.barnett@microsemi.com> Signed-off-by: Don Brace <don.brace@microsemi.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
这个提交包含在:
@@ -104,7 +104,8 @@ static int sis_wait_for_ctrl_ready_with_timeout(struct pqi_ctrl_info *ctrl_info,
|
||||
}
|
||||
if (time_after(jiffies, timeout)) {
|
||||
dev_err(&ctrl_info->pci_dev->dev,
|
||||
"controller not ready\n");
|
||||
"controller not ready after %u seconds\n",
|
||||
timeout_secs);
|
||||
return -ETIMEDOUT;
|
||||
}
|
||||
msleep(SIS_CTRL_READY_POLL_INTERVAL_MSECS);
|
||||
|
在新工单中引用
屏蔽一个用户