Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53690
b: refs/heads/master
c: 0feeed8
h: refs/heads/master
v: v3
  • Loading branch information
Brian King authored and James Bottomley committed Apr 1, 2007
1 parent 82043d3 commit 9e472bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e435340c4b583b4472dad1178029b8e3e7dafd0b
refs/heads/master: 0feeed823af05ca556087a89fdcf644f156f73b8
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/ipr.c
Original file line number Diff line number Diff line change
Expand Up @@ -5128,7 +5128,7 @@ static unsigned int ipr_qc_issue(struct ata_queued_cmd *qc)
struct ipr_ioarcb_ata_regs *regs;

if (unlikely(!ioa_cfg->allow_cmds || ioa_cfg->ioa_is_dead))
return -EIO;
return AC_ERR_SYSTEM;

ipr_cmd = ipr_get_free_ipr_cmnd(ioa_cfg);
ioarcb = &ipr_cmd->ioarcb;
Expand Down Expand Up @@ -5173,7 +5173,7 @@ static unsigned int ipr_qc_issue(struct ata_queued_cmd *qc)

default:
WARN_ON(1);
return -1;
return AC_ERR_INVALID;
}

mb();
Expand Down

0 comments on commit 9e472bd

Please sign in to comment.