Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271119
b: refs/heads/master
c: 0d5b36b
h: refs/heads/master
i:
  271117: 2dc3aeb
  271115: bccf2b3
  271111: 8796c3b
  271103: c09c955
v: v3
  • Loading branch information
Manish Rangankar authored and James Bottomley committed Oct 16, 2011
1 parent a49e284 commit 2a792e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: 69ca216e9bbbe2baf7f441ab57c5d791f439f775
refs/heads/master: 0d5b36b8b427c84b4835fe8e00b218f46638e022
8 changes: 3 additions & 5 deletions trunk/drivers/scsi/qla4xxx/ql4_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -2782,12 +2782,10 @@ static int get_fw_boot_info(struct scsi_qla_host *ha, uint16_t ddb_index[])

func_num = PCI_FUNC(ha->pdev->devfn);

DEBUG2(ql4_printk(KERN_INFO, ha,
"%s: Get FW boot info for 0x%x func %d\n", __func__,
(is_qla4032(ha) ? PCI_DEVICE_ID_QLOGIC_ISP4032 :
PCI_DEVICE_ID_QLOGIC_ISP8022), func_num));
ql4_printk(KERN_INFO, ha, "%s: Get FW boot info for 0x%x func %d\n",
__func__, ha->pdev->device, func_num);

if (is_qla4032(ha)) {
if (is_qla40XX(ha)) {
if (func_num == 1) {
addr = NVRAM_PORT0_BOOT_MODE;
pri_addr = NVRAM_PORT0_BOOT_PRI_TGT;
Expand Down

0 comments on commit 2a792e1

Please sign in to comment.