Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257785
b: refs/heads/master
c: b5a95fe
h: refs/heads/master
i:
  257783: ceba73c
v: v3
  • Loading branch information
Bhanu Prakash Gollapudi authored and James Bottomley committed Jun 29, 2011
1 parent 8a866c9 commit e56d0b5
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: a4dc08cecfdb3172be61227324a4d2c5fe2de9e5
refs/heads/master: b5a95fe7ef464a67fab6ff870aa740739e788f90
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/bnx2fc/bnx2fc_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,6 @@ void bnx2fc_process_scsi_cmd_compl(struct bnx2fc_cmd *io_req,
printk(KERN_ERR PFX "SCp.ptr is NULL\n");
return;
}
io_req->sc_cmd = NULL;

if (io_req->on_active_queue) {
list_del_init(&io_req->link);
Expand All @@ -1754,6 +1753,7 @@ void bnx2fc_process_scsi_cmd_compl(struct bnx2fc_cmd *io_req,
}

bnx2fc_unmap_sg_list(io_req);
io_req->sc_cmd = NULL;

switch (io_req->fcp_status) {
case FC_GOOD:
Expand Down

0 comments on commit e56d0b5

Please sign in to comment.