Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254429
b: refs/heads/master
c: d2d6143
h: refs/heads/master
i:
  254427: a29a363
v: v3
  • Loading branch information
Dave Jiang authored and Dan Williams committed Jul 3, 2011
1 parent f1ce3c4 commit 98f458a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d37ee7e89a98a583d45fbc8bdd1943cbaf642fd0
refs/heads/master: d2d61433a85f814c7bc0b20993bb39e97f2dde76
15 changes: 8 additions & 7 deletions trunk/drivers/scsi/isci/task.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

/* Forces a retry from scsi mid layer. */
dev_warn(&ihost->pdev->dev,
"%s: task %p: isci_host->status = %d, "
"device = %p; device_status = 0x%x\n\n",
__func__,
task,
isci_host_get_state(ihost),
device, device_status);
dev_dbg(&ihost->pdev->dev,
"%s: task %p: isci_host->status = %d, "
"device = %p; device_status = 0x%x\n\n",
__func__,
task,
isci_host_get_state(ihost),
device,
device_status);

if (device_status == isci_ready) {
/* Indicate QUEUE_FULL so that the scsi midlayer
Expand Down

0 comments on commit 98f458a

Please sign in to comment.