Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77147
b: refs/heads/master
c: fc44765
h: refs/heads/master
i:
  77145: 2621880
  77143: ef2d5fd
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Jan 23, 2008
1 parent dca0806 commit 00a0fe3
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: df613b96077cee826b14089ae6e75eeabf71faa3
refs/heads/master: fc44765f5a232d451fa58a04606b254ac257b429
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,7 @@ qla2x00_alloc_fw_dump(scsi_qla_host_t *ha)
goto cont_alloc;
}

memset(tc, 0, EFT_SIZE);
rval = qla2x00_enable_eft_trace(ha, tc_dma, EFT_NUM_BUFFERS);
if (rval) {
qla_printk(KERN_WARNING, ha, "Unable to initialize "
Expand All @@ -779,7 +780,6 @@ qla2x00_alloc_fw_dump(scsi_qla_host_t *ha)
EFT_SIZE / 1024);

eft_size = EFT_SIZE;
memset(tc, 0, eft_size);
ha->eft_dma = tc_dma;
ha->eft = tc;

Expand Down

0 comments on commit 00a0fe3

Please sign in to comment.