Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298238
b: refs/heads/master
c: 0bd7f84
h: refs/heads/master
v: v3
  • Loading branch information
Petr Uzel authored and James Bottomley committed Mar 27, 2012
1 parent eea5268 commit 4615e54
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: 4e2247b2bd289f079349d6c69755f8cff4e31f2b
refs/heads/master: 0bd7f84211ad244607e28e9e8fbad0244d54e6f5
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla4xxx/ql4_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -3864,7 +3864,7 @@ static int get_fw_boot_info(struct scsi_qla_host *ha, uint16_t ddb_index[])
if (qla4xxx_get_flash(ha, buf_dma, addr,
13 * sizeof(uint8_t)) != QLA_SUCCESS) {
DEBUG2(ql4_printk(KERN_ERR, ha, "scsi%ld: %s: Get Flash"
"failed\n", ha->host_no, __func__));
" failed\n", ha->host_no, __func__));
ret = QLA_ERROR;
goto exit_boot_info_free;
}
Expand Down Expand Up @@ -4100,7 +4100,7 @@ static int qla4xxx_setup_boot_info(struct scsi_qla_host *ha)

if (ql4xdisablesysfsboot) {
ql4_printk(KERN_INFO, ha,
"%s: syfsboot disabled - driver will trigger login"
"%s: syfsboot disabled - driver will trigger login "
"and publish session for discovery .\n", __func__);
return QLA_SUCCESS;
}
Expand Down

0 comments on commit 4615e54

Please sign in to comment.