Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145230
b: refs/heads/master
c: 8454e98
h: refs/heads/master
v: v3
  • Loading branch information
adam radford authored and James Bottomley committed May 15, 2009
1 parent 2a95df5 commit 98cc6a5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5e43754fd949193252ecb470d7fb08b547a1e310
refs/heads/master: 8454e9888cb0316dd296fd5d47c612248ed5e1d1
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/3w-9xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,8 @@ static void twa_unmap_scsi_data(TW_Device_Extension *tw_dev, int request_id)
{
struct scsi_cmnd *cmd = tw_dev->srb[request_id];

scsi_dma_unmap(cmd);
if (cmd->SCp.phase == TW_PHASE_SGLIST)
scsi_dma_unmap(cmd);
} /* End twa_unmap_scsi_data() */

/* scsi_host_template initializer */
Expand Down

0 comments on commit 98cc6a5

Please sign in to comment.