Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72317
b: refs/heads/master
c: 875baf3
h: refs/heads/master
i:
  72315: bfcf5b1
v: v3
  • Loading branch information
Andrew Morton authored and James Bottomley committed Oct 18, 2007
1 parent 0480f01 commit 5d9d3cc
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ff86ba59fbf6f0fd56b367b99b66dc8fb8ad61e7
refs/heads/master: 875baf3cbc0f11009ef5ca33c78210d265c8d779
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_sup.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ qla24xx_write_flash_data(scsi_qla_host_t *ha, uint32_t *dwptr, uint32_t faddr,
"Unable to burst-write optrom segment "
"(%x/%x/%llx).\n", ret,
flash_data_to_access_addr(faddr),
optrom_dma);
(unsigned long long)optrom_dma);
qla_printk(KERN_WARNING, ha,
"Reverting to slow-write.\n");

Expand Down Expand Up @@ -1853,7 +1853,8 @@ qla25xx_read_optrom_data(struct scsi_qla_host *ha, uint8_t *buf,
qla_printk(KERN_WARNING, ha,
"Unable to burst-read optrom segment "
"(%x/%x/%llx).\n", rval,
flash_data_to_access_addr(faddr), optrom_dma);
flash_data_to_access_addr(faddr),
(unsigned long long)optrom_dma);
qla_printk(KERN_WARNING, ha,
"Reverting to slow-read.\n");

Expand Down

0 comments on commit 5d9d3cc

Please sign in to comment.