Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117707
b: refs/heads/master
c: 0723d4a
h: refs/heads/master
i:
  117705: 64071e3
  117703: 7f0e516
v: v3
  • Loading branch information
FUJITA Tomonori authored and James Bottomley committed Oct 23, 2008
1 parent 986cc4a commit a1beceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: aa198bf1dadefaefeb2c4a32444dfc6c7f93938d
refs/heads/master: 0723d4a8064d52ae44ef2e19749a190b08846be3
7 changes: 1 addition & 6 deletions trunk/drivers/scsi/3w-xxxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1466,12 +1466,7 @@ static int tw_scsiop_inquiry(TW_Device_Extension *tw_dev, int request_id)
static void tw_transfer_internal(TW_Device_Extension *tw_dev, int request_id,
void *data, unsigned int len)
{
struct scsi_cmnd *cmd = tw_dev->srb[request_id];
unsigned long flags;

local_irq_save(flags);
scsi_sg_copy_from_buffer(cmd, data, len);
local_irq_restore(flags);
scsi_sg_copy_from_buffer(tw_dev->srb[request_id], data, len);
}

/* This function is called by the isr to complete an inquiry command */
Expand Down

0 comments on commit a1beceb

Please sign in to comment.