Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142997
b: refs/heads/master
c: 0ce49d6
h: refs/heads/master
i:
  142995: cb137e1
v: v3
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Apr 8, 2009
1 parent 6659af6 commit 7699416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0f8e5c298fc801e8eca69e1409604c05d36e0cc4
refs/heads/master: 0ce49d6da993adf8b17b7f3ed9805ade14a6a6f3
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla1280.c
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ qla1280_load_firmware_pio(struct scsi_qla_host *ha)

/* Load RISC code. */
risc_address = ha->fwstart;
fw_data = (const __le16 *)&fw->data[4];
fw_data = (const __le16 *)&fw->data[6];
risc_code_size = (fw->size - 6) / 2;

for (i = 0; i < risc_code_size; i++) {
Expand Down Expand Up @@ -1722,7 +1722,7 @@ qla1280_load_firmware_dma(struct scsi_qla_host *ha)

/* Load RISC code. */
risc_address = ha->fwstart;
fw_data = (const __le16 *)&fw->data[4];
fw_data = (const __le16 *)&fw->data[6];
risc_code_size = (fw->size - 6) / 2;

dprintk(1, "%s: DMA RISC code (%i) words\n",
Expand Down

0 comments on commit 7699416

Please sign in to comment.