Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145231
b: refs/heads/master
c: 7b14f58
h: refs/heads/master
i:
  145229: 2a95df5
  145227: a947b17
  145223: 6f855f0
  145215: 8353fa9
v: v3
  • Loading branch information
adam radford authored and James Bottomley committed May 15, 2009
1 parent 98cc6a5 commit 8c9ad3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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: 8454e9888cb0316dd296fd5d47c612248ed5e1d1
refs/heads/master: 7b14f58ad65f9d74e4273fb45360cfea824495aa
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/3w-xxxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Brad Strand <linux@3ware.com>
Copyright (C) 1999-2007 3ware Inc.
Copyright (C) 1999-2009 3ware Inc.
Kernel compatiblity By: Andre Hedrick <andre@suse.com>
Non-Copyright (C) 2000 Andre Hedrick <andre@suse.com>
Expand Down Expand Up @@ -1294,7 +1294,8 @@ static void tw_unmap_scsi_data(struct pci_dev *pdev, struct scsi_cmnd *cmd)
{
dprintk(KERN_WARNING "3w-xxxx: tw_unmap_scsi_data()\n");

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

/* This function will reset a device extension */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/3w-xxxx.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Brad Strand <linux@3ware.com>
Copyright (C) 1999-2007 3ware Inc.
Copyright (C) 1999-2009 3ware Inc.
Kernel compatiblity By: Andre Hedrick <andre@suse.com>
Non-Copyright (C) 2000 Andre Hedrick <andre@suse.com>
Expand Down

0 comments on commit 8c9ad3d

Please sign in to comment.