Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7735
b: refs/heads/master
c: 131736d
h: refs/heads/master
i:
  7733: 351180b
  7731: 6b6bbb1
  7727: 5585c66
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Sep 5, 2005
1 parent efcc1ec commit 9a94f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: c32c4cb9fbe3bdc2a90c6eaae5ae30521d4ba9fc
refs/heads/master: 131736d34ebc3251d79ddfd08a5e57a3e86decd4
6 changes: 1 addition & 5 deletions trunk/drivers/scsi/qla2xxx/qla_iocb.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,12 +810,8 @@ qla24xx_start_scsi(srb_t *sp)
ha->req_q_cnt = ha->request_q_length -
(ha->req_ring_index - cnt);
}
if (ha->req_q_cnt < (req_cnt + 2)) {
if (cmd->use_sg)
pci_unmap_sg(ha->pdev, sg, cmd->use_sg,
cmd->sc_data_direction);
if (ha->req_q_cnt < (req_cnt + 2))
goto queuing_error;
}

/* Build command packet. */
ha->current_outstanding_cmd = handle;
Expand Down

0 comments on commit 9a94f04

Please sign in to comment.