Commit d2d61433 authored by Dave Jiang's avatar Dave Jiang Committed by Dan Williams

isci: Remove excessive log noise with expander hot-unplug

We are logging excessive output when hot unplug from expander. Moving
that to debug.
Signed-off-by: default avatarDave Jiang <dave.jiang@intel.com>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent d37ee7e8
...@@ -183,13 +183,14 @@ int isci_task_execute_task(struct sas_task *task, int num, gfp_t gfp_flags) ...@@ -183,13 +183,14 @@ int isci_task_execute_task(struct sas_task *task, int num, gfp_t gfp_flags)
if (device_status != isci_ready_for_io) { if (device_status != isci_ready_for_io) {
/* Forces a retry from scsi mid layer. */ /* Forces a retry from scsi mid layer. */
dev_warn(&ihost->pdev->dev, dev_dbg(&ihost->pdev->dev,
"%s: task %p: isci_host->status = %d, " "%s: task %p: isci_host->status = %d, "
"device = %p; device_status = 0x%x\n\n", "device = %p; device_status = 0x%x\n\n",
__func__, __func__,
task, task,
isci_host_get_state(ihost), isci_host_get_state(ihost),
device, device_status); device,
device_status);
if (device_status == isci_ready) { if (device_status == isci_ready) {
/* Indicate QUEUE_FULL so that the scsi midlayer /* Indicate QUEUE_FULL so that the scsi midlayer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment