Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40316
b: refs/heads/master
c: 8e394ae
h: refs/heads/master
v: v3
  • Loading branch information
Henne authored and James Bottomley committed Oct 25, 2006
1 parent b16c2fc commit bb8ada6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 35508e46aae4b57bd07d095eb11533e296b254dc
refs/heads/master: 8e394aec14f24e3b41a315a2dc53537024190c8a
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aic7xxx_old.c
Original file line number Diff line number Diff line change
Expand Up @@ -2646,7 +2646,7 @@ static void aic7xxx_done_cmds_complete(struct aic7xxx_host *p)

while (p->completeq.head != NULL) {
cmd = p->completeq.head;
p->completeq.head = (struct scsi_Cmnd *) cmd->host_scribble;
p->completeq.head = (struct scsi_cmnd *) cmd->host_scribble;
cmd->host_scribble = NULL;
cmd->scsi_done(cmd);
}
Expand Down

0 comments on commit bb8ada6

Please sign in to comment.